Skip to content

Commit

Permalink
fix(description): Better description for weidu log setting
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <[email protected]>
  • Loading branch information
dark0dave committed Jul 3, 2024
1 parent a8c225e commit 8f127ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Options:
-t, --timeout <TIMEOUT>
Timeout time per mod in seconds, default is 1 hour [env: TIMEOUT=] [default: 3600]
-u, --weidu-log-mode <WEIDU_LOG_MODE>
Full path to debug log for weidu [env: WEIDU_LOG_MODE=] [default: --autolog]
Weidu log setting "--autolog" is default [env: WEIDU_LOG_MODE=] [default: --autolog]
-h, --help
Print help
-V, --version
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct Args {
#[clap(env, long, short, default_value = "3600")]
pub timeout: usize,

/// Full path to debug log for weidu
/// Weidu log setting "--autolog" is default
#[clap(env, long, short='u', default_value = "--autolog", value_parser = parse_weidu_log_mode, required = false)]
pub weidu_log_mode: String,
}
Expand Down

0 comments on commit 8f127ac

Please sign in to comment.