fix passkey arg
This commit is contained in:
parent
f1158f9a3d
commit
e1f86d3750
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue