Skip to content

Commit

Permalink
Put log levels in order in cmd help (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmct authored Nov 16, 2024
1 parent 6f42d96 commit 554f63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func initK9sFlags() {
k9sFlags.LogLevel,
"logLevel", "l",
config.DefaultLogLevel,
"Specify a log level (info, warn, debug, trace, error)",
"Specify a log level (error, warn, info, debug, trace)",
)
rootCmd.Flags().StringVarP(
k9sFlags.LogFile,
Expand Down

0 comments on commit 554f63a

Please sign in to comment.