From c0d099cd31daa809d43403431cf39eaa48b4f99d Mon Sep 17 00:00:00 2001 From: Predrag Janosevic Date: Wed, 22 Nov 2023 10:47:24 +0000 Subject: [PATCH] Update cmd/iam_role_create.go Co-authored-by: Philipp Sauter <46172817+sauterp@users.noreply.github.com> --- cmd/iam_role_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: