improve help test for verbosity
This commit is contained in:
parent
5e3b2507ab
commit
174456226b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub(crate) struct Args {
|
|||
pub mafiles_path: Option<String>,
|
||||
#[clap(short, long, help = "Specify your encryption passkey.")]
|
||||
pub passkey: Option<String>,
|
||||
#[clap(short, long, arg_enum, default_value_t=Verbosity::Info, help = "Set the log level.")]
|
||||
#[clap(short, long, arg_enum, default_value_t=Verbosity::Info, help = "Set the log level. Be warned, trace is capable of printing sensitive data.")]
|
||||
pub verbosity: Verbosity,
|
||||
|
||||
#[clap(subcommand)]
|
||||
|
|
Loading…
Reference in a new issue