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
rjtch authored and adrianbenavides committed Oct 3, 2023
1 parent 73d5798 commit af1daff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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,8 @@ pub struct GlobalArgs {
global = true,
long,
short,
long_help("Increase verbosity of trace messages by repeating the flag. Use `-v` to show \
info messages, `-vv` to show debug messages, and `-vvv` to show trace messages"),
action = ArgAction::Count
)]
verbose: u8,
Expand Down

0 comments on commit af1daff

Please sign in to comment.