Skip to content

Commit

Permalink
Update cmd/iam_role_update.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Sauter <[email protected]>
  • Loading branch information
kobajagi and sauterp authored Nov 22, 2023
1 parent afacde1 commit f07e6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/iam_role_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}), ", "))
Expand Down

0 comments on commit f07e6e4

Please sign in to comment.