Make -P conflict with -p
This commit is contained in:
parent
c6066d6ca2
commit
20c69011ab
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ impl CmdArg for ArgGenPassphrase {
|
|||
.alias("generate-passphrase")
|
||||
.alias("generate-password")
|
||||
.short("P")
|
||||
.conflicts_with("password")
|
||||
.help("Protect the file with a generated passphrase")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue