Skip to content

Commit de6760a

Browse files
authored
Merge pull request #55 from kenoss/fix-clap-error
fix: Clap error in examples/timestamp
2 parents af1941b + 2ec0593 commit de6760a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timestamp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn main() {
77
.arg(
88
Arg::with_name("verbosity")
99
.short('v')
10-
.multiple(true)
10+
.multiple_occurrences(true)
1111
.help("Increase message verbosity"),
1212
)
1313
.arg(

0 commit comments

Comments
 (0)