Skip to content

Commit e4793d1

Browse files
authored
Update helptext to remove information in create clusters description (#7090)
1 parent 98b7d4f commit e4793d1

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

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)