mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-03-13 19:03:28 +01:00
Add back legacy --verify-out option alias for decrypt cmd
This commit is contained in:
parent
2b6015f59a
commit
f92a73a5ad
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class DecryptCmd : AbstractSopCmd() {
|
|||
@Option(names = [OPT_WITH_PASSWORD], paramLabel = "PASSWORD")
|
||||
var withPassword: List<String> = listOf()
|
||||
|
||||
@Option(names = [OPT_VERIFICATIONS_OUT], paramLabel = "VERIFICATIONS")
|
||||
@Option(names = [OPT_VERIFICATIONS_OUT, "--verify-out"], paramLabel = "VERIFICATIONS")
|
||||
var verifyOut: String? = null
|
||||
|
||||
@Option(names = [OPT_VERIFY_WITH], paramLabel = "CERT") var certs: List<String> = listOf()
|
||||
|
|
Loading…
Add table
Reference in a new issue