Skip to content

Commit

Permalink
Add long option for dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
hklsiteimprove committed Mar 26, 2020
1 parent 0dd6c57 commit 700c4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fpie/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn main() {
.takes_value(true))
.arg(Arg::with_name("dry-run")
.short("d")
.long("dry-run")
.help("Print a list of files to be packed"))
.get_matches();

Expand Down

0 comments on commit 700c4c4

Please sign in to comment.