Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Jake Deichert <[email protected]>
  • Loading branch information
felipesere and jacobdeichert authored Jul 21, 2019
1 parent 86eb13d commit 2e1a95e
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 @@ -74,7 +74,7 @@ fn build_subcommands<'a, 'b>(

// This is needed to prevent clap from complaining. It should be removed once
// clap 3.x is released. See https://github.com/clap-rs/clap/issues/748
let maskfile = Arg::with_name("maskfile")
let custom_maskfile_path = Arg::with_name("maskfile")
.help("Path to a different maskfile you want to use")
.short("m")
.long("maskfile")
Expand Down

0 comments on commit 2e1a95e

Please sign in to comment.