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")
|
.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")
|
||||||
|
|
Loading…
Reference in a new issue