Make -P conflict with -p

This commit is contained in:
timvisee 2019-08-04 22:39:51 +02:00
parent c6066d6ca2
commit 20c69011ab
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -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")
}
}