Skip to content

Commit

Permalink
Update cmd/iam_role_create.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 f07e6e4 commit c0d099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/iam_role_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (c *iamRoleCreateCmd) cmdShort() string {

func (c *iamRoleCreateCmd) cmdLong() string {
return fmt.Sprintf(`This command creates a new IAM Role.
To read Policy from STDIN use '-' for policy.
To read the Policy from STDIN, append '-' to the '--policy' flag.
Pro Tip: you can reuse an existing role policy by providing the output of the show command as input:
Expand Down

0 comments on commit c0d099c

Please sign in to comment.