diff --git a/awscli/customizations/emr/helptext.py b/awscli/customizations/emr/helptext.py index 985e371e6eee..a659eeb628cf 100755 --- a/awscli/customizations/emr/helptext.py +++ b/awscli/customizations/emr/helptext.py @@ -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 ' - '--instance-type --instance-count ' - 'Values for the following can be set in the AWS CLI. ' - 'config file using the aws configure set command: --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 ' @@ -511,4 +505,4 @@ '

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.

' -) \ No newline at end of file +)