Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Oct 1, 2021
1 parent 79953c0 commit f6b51c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn main() {
.arg(
Arg::new("reporter")
.short('r')
.long("reproter")
.long("reporter")
.value_name("REPORTER")
.takes_value(true)
.possible_values(&["console"])
Expand Down

0 comments on commit f6b51c5

Please sign in to comment.