diff --git a/fpie/src/main.rs b/fpie/src/main.rs index 75b7fc2..c37e25b 100644 --- a/fpie/src/main.rs +++ b/fpie/src/main.rs @@ -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();