fix passkey arg

This commit is contained in:
Carson McManus 2021-08-17 19:04:02 -04:00
parent f1158f9a3d
commit e1f86d3750

View file

@ -57,6 +57,7 @@ fn cli() -> App<'static, 'static> {
.long("passkey") .long("passkey")
.short("p") .short("p")
.help("Specify your encryption passkey.") .help("Specify your encryption passkey.")
.takes_value(true)
) )
.arg( .arg(
Arg::with_name("verbosity") Arg::with_name("verbosity")