We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95fb7d commit a077955Copy full SHA for a077955
ec2/spark_ec2.py
@@ -161,7 +161,7 @@ def parse_args():
161
help="Master instance type (leave empty for same as instance-type)")
162
parser.add_option(
163
"-r", "--region", default="us-east-1",
164
- help="EC2 region used to launch instances in, or to find them in")
+ help="EC2 region used to launch instances in, or to find them in (default: %default)")
165
166
"-z", "--zone", default="",
167
help="Availability zone to launch instances in, or 'all' to spread " +
0 commit comments