Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Edit help message for --log-level flag
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 19, 2023
1 parent 2195c4c commit 3a3591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct Cli {
#[arg(
short = 'l',
long = "log-level",
help = "Log level for logging tracing. Default: info",
help = "Log level for logging tracing. Possible values: info, warn, trace, debug, error. Default: info",
default_value = "info",
required = false
)]
Expand Down

0 comments on commit 3a3591a

Please sign in to comment.