Skip to content

Commit

Permalink
docs(rust): improve help of global verbose flag in ockam command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hergy Fongue authored and adrianbenavides committed Oct 3, 2023
1 parent 73d5798 commit 1cafccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implementations/rust/ockam/ockam_command/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ pub struct GlobalArgs {
global = true,
long,
short,
long_help("Increase verbosity of trace messages by repeating the flag. Learn more at https://crates.io/crates/clap-verbosity-flag"),
action = ArgAction::Count
)]
verbose: u8,
Expand Down

0 comments on commit 1cafccf

Please sign in to comment.