Skip to content

Commit

Permalink
Fix verbose flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaccha committed Feb 4, 2024
1 parent 3949052 commit 1972761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct Args {
#[clap(long)]
pub dry_run: bool,

/// Sets the level of verbosity
/// Show verbose log messages
#[clap(short, long)]
pub verbose: bool,

Expand Down

0 comments on commit 1972761

Please sign in to comment.