Skip to content

Commit

Permalink
fix: clarify help
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Sep 15, 2023
1 parent 9054aa0 commit 3cadf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm-schema/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func newCommand(run func(cmd *cobra.Command, args []string) error) (*cobra.Comma
cmd.PersistentFlags().
BoolP("dry-run", "d", false, "don't actually create files just print to stdout passed")
cmd.PersistentFlags().
BoolP("keep-full-comment", "s", false, "If this flag is used, comment won't be cut off if two newlines are found.")
BoolP("keep-full-comment", "s", false, "Keep the whole leading comment (default: cut at empty line)")
cmd.PersistentFlags().
BoolP("no-dependencies", "n", false, "don't analyze dependencies")
cmd.PersistentFlags().StringP("log-level", "l", "info", logLevelUsage)
Expand Down

0 comments on commit 3cadf94

Please sign in to comment.