Skip to content

Commit

Permalink
automate-cli/dev: mention that the command can be run many times
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed May 22, 2019
1 parent bafddd3 commit 38cca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/automate-cli/cmd/chef-automate/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ func newCreateIAMDevUsersCmd() *cobra.Command {
return &cobra.Command{
Use: "create-iam-dev-users",
RunE: runCreateIAMDevUsersCmd,
Short: `Create IAM v2 dev users ("viewer" and "editor")`,
Short: `Create IAM v2 dev users ("viewer" and "editor") idempotently`,
Args: cobra.NoArgs,
}
}
Expand Down

0 comments on commit 38cca3c

Please sign in to comment.