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 4bae772 commit 6b3d10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/iam_role_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type iamRoleUpdateCmd struct {
func (c *iamRoleUpdateCmd) cmdAliases() []string { return nil }

func (c *iamRoleUpdateCmd) cmdShort() string {
return "Update IAM Role"
return "Update an IAM Role"
}

func (c *iamRoleUpdateCmd) cmdLong() string {
Expand Down

0 comments on commit 6b3d10a

Please sign in to comment.