Put log levels in order in cmd help (#2960)

mine
Tom McTiernan 2024-11-16 19:50:29 +00:00 committed by GitHub
parent 6f42d966e3
commit 554f63a1e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,