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 bddcf9b commit afacde1
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 @@ -39,7 +39,7 @@ func (c *iamRoleCreateCmd) cmdLong() string {
return fmt.Sprintf(`This command creates a new IAM Role.
To read Policy from STDIN use '-' for policy.
Pro Tip: you can reuse existing role policy by providing output of show command as input:
Pro Tip: you can reuse an existing role policy by providing the output of the show command as input:
exo iam role show --policy --output-format json <role-name> | exo iam role create --name <new-role-name> --policy -
Expand Down

0 comments on commit afacde1

Please sign in to comment.