Skip to content

Commit

Permalink
Update helptext to remove information in create clusters description (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chatnish committed Jul 14, 2022
1 parent 98b7d4f commit e4793d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions awscli/customizations/emr/helptext.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@
# create-cluster options help text

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

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

0 comments on commit e4793d1

Please sign in to comment.