Skip to content

Commit efba9ee

Browse files
committed
add help for --instance-initiated-shutdown-behavior
1 parent 598aecf commit efba9ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ec2/spark_ec2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ def parse_args():
308308
"requires that.")
309309
parser.add_option(
310310
"--instance-initiated-shutdown-behavior", default="stop",
311-
choices=["stop", "terminate"])
311+
choices=["stop", "terminate"],
312+
help="Whether instances should terminate when shut down or just stop")
312313
parser.add_option(
313314
"--instance-profile-name", default=None,
314315
help="IAM profile name to launch instances under")

0 commit comments

Comments
 (0)