Skip to content

Commit

Permalink
Merge pull request #55 from kenoss/fix-clap-error
Browse files Browse the repository at this point in the history
fix: Clap error in examples/timestamp
  • Loading branch information
cardoe authored Jan 31, 2024
2 parents af1941b + 2ec0593 commit de6760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {
.arg(
Arg::with_name("verbosity")
.short('v')
.multiple(true)
.multiple_occurrences(true)
.help("Increase message verbosity"),
)
.arg(
Expand Down

0 comments on commit de6760a

Please sign in to comment.