diff --git a/src/main.rs b/src/main.rs index a6c6a26..243a513 100644 --- a/src/main.rs +++ b/src/main.rs @@ -57,6 +57,7 @@ fn cli() -> App<'static, 'static> { .long("passkey") .short("p") .help("Specify your encryption passkey.") + .takes_value(true) ) .arg( Arg::with_name("verbosity")