diff --git a/cmd/iam_role_create.go b/cmd/iam_role_create.go index cc82e439..67b39c3b 100644 --- a/cmd/iam_role_create.go +++ b/cmd/iam_role_create.go @@ -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: