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 a726bc1 commit 5b5c56fCopy full SHA for 5b5c56f
ec2/spark_ec2.py
@@ -179,7 +179,7 @@ def parse_args():
179
help="SSH private key file to use for logging into instances")
180
parser.add_option(
181
"-p", "--profile", default="default",
182
- help=" If you have multiple profiles, you can configure additional, named profiles by using this option (default: %default)")
+ help=" If you have multiple profiles(aws or boto config), you can configure additional, named profiles by using this option (default: %default)")
183
184
"-t", "--instance-type", default="m1.large",
185
help="Type of instance to launch (default: %default). " +
0 commit comments