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")
.short("p")
.help("Specify your encryption passkey.")
.takes_value(true)
)
.arg(
Arg::with_name("verbosity")