Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
`noop` format option wasn't listed in the CLI help text.
  • Loading branch information
monde authored Feb 14, 2024
1 parent 3c5a1d4 commit f668c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func init() {
Name: config.FormatFlag,
Short: "f",
Value: "",
Usage: "Output format. [env-var|aws-credentials|process-credentials]",
Usage: "Output format. [aws-credentials|env-var|noop|process-credentials]",
EnvVar: config.FormatEnvVar,
},
{
Expand Down

0 comments on commit f668c7b

Please sign in to comment.