1
0
mirror of https://github.com/timvisee/ffsend.git synced 2025-02-01 04:01:36 +01:00

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