summaryrefslogtreecommitdiffstats
path: root/tool/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-25 15:52:27 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-25 15:52:27 +0200
commitb2e9471b7b3079012a59a8eedd5339c16fb8e306 (patch)
tree2329a0f52c45b877d0234a0060b479c08af75c7e /tool/src/sq-usage.rs
parent954b14b3f872a7e27c7cc7582cde34a79948671c (diff)
tool: Add signature verification threshold parameter.
- This can be used to display the message even if no signature verified successfully, or to require more than one valid signature.
Diffstat (limited to 'tool/src/sq-usage.rs')
-rw-r--r--tool/src/sq-usage.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index c8bf5c91..1c35ed1f 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -118,6 +118,7 @@
//! OPTIONS:
//! -o, --output <FILE> Sets the output file to use
//! --public-key-file <TPK-FILE>... Public key to verify with, given as a file (can be given multiple times)
+//! -n, --signatures <N> The number of valid signatures required. Default: 1
//!
//! ARGS:
//! <FILE> Sets the input file to use