Skip to content

Commit a077955

Browse files
committed
print default region
1 parent c95fb7d commit a077955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/spark_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def parse_args():
161161
help="Master instance type (leave empty for same as instance-type)")
162162
parser.add_option(
163163
"-r", "--region", default="us-east-1",
164-
help="EC2 region used to launch instances in, or to find them in")
164+
help="EC2 region used to launch instances in, or to find them in (default: %default)")
165165
parser.add_option(
166166
"-z", "--zone", default="",
167167
help="Availability zone to launch instances in, or 'all' to spread " +

0 commit comments

Comments
 (0)