Skip to content

Commit

Permalink
Update arg_parser.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 authored May 5, 2020
1 parent 0c36708 commit e766d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arg_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ where
)
.arg(
Arg::with_name("input_csv")
.long("input_csv")
.long("input-csv")
.required(true)
.takes_value(true)
.value_name("FILE")
Expand Down

0 comments on commit e766d88

Please sign in to comment.