diff --git a/cmd/iam_role_update.go b/cmd/iam_role_update.go index b895d6ad..f6403dbd 100644 --- a/cmd/iam_role_update.go +++ b/cmd/iam_role_update.go @@ -37,8 +37,8 @@ func (c *iamRoleUpdateCmd) cmdShort() string { } func (c *iamRoleUpdateCmd) cmdLong() string { - return fmt.Sprintf(`This command updates IAM Role. -When replacing Policy command will read data from STDIN if you provide '-' as flag argument. + return fmt.Sprintf(`This command updates an IAM Role. +When you supply '-' as a flag argument to '--policy', the new policy will be read from STDIN. Supported output template annotations: %s`, strings.Join(output.TemplateAnnotations(&iamPolicyOutput{}), ", "))