Skip to content

Commit 5b5c56f

Browse files
committed
Added aws/boto comment
1 parent a726bc1 commit 5b5c56f

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
@@ -179,7 +179,7 @@ def parse_args():
179179
help="SSH private key file to use for logging into instances")
180180
parser.add_option(
181181
"-p", "--profile", default="default",
182-
help=" If you have multiple profiles, you can configure additional, named profiles by using this option (default: %default)")
182+
help=" If you have multiple profiles(aws or boto config), you can configure additional, named profiles by using this option (default: %default)")
183183
parser.add_option(
184184
"-t", "--instance-type", default="m1.large",
185185
help="Type of instance to launch (default: %default). " +

0 commit comments

Comments
 (0)