Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jldeen committed Dec 15, 2021
1 parent d1e663a commit d01d71c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pub fn get_app_cli<'a, 'b>(version: &'b str) -> App<'a, 'b> {
)
.arg(
Arg::with_name("verbose")
.long("verbose")
.short("v")
.help("Verbose mode enabled")
.long("verbose")
.short("v")
.help("Verbose mode enabled"),
)
}

0 comments on commit d01d71c

Please sign in to comment.