Skip to content

Commit 00ce63c

Browse files
chatnishConnorKirk
authored andcommitted
Update helptext to remove information in create clusters description (aws#7090)
1 parent d7fcf4b commit 00ce63c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

awscli/customizations/emr/helptext.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@
4848
# create-cluster options help text
4949

5050
CREATE_CLUSTER_DESCRIPTION = (
51-
'Creates an Amazon EMR cluster with the specified configurations. '
52-
'Quick start: '
53-
'aws emr create-cluster --release-label <release-label> '
54-
'--instance-type <instance-type> --instance-count <instance-count>'
55-
'Values for the following can be set in the AWS CLI. '
56-
'config file using the <code>aws configure set</code> command: <code>--service-role, --log-uri, '
57-
'and InstanceProfile and KeyName arguments under --ec2-attributes.')
51+
'Creates an Amazon EMR cluster with the specified configurations.')
5852

5953
DESCRIBE_CLUSTER_DESCRIPTION = (
6054
'Provides cluster-level details including status, hardware '
@@ -511,4 +505,4 @@
511505
'<p>You must grant the execution role the permissions needed '
512506
'to access the same IAM resources that the step can access. '
513507
'The execution role can be a cross-account IAM Role.</p> '
514-
)
508+
)

0 commit comments

Comments
 (0)