summaryrefslogtreecommitdiffstats
path: root/tool/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-27 15:26:14 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-27 15:26:14 +0200
commitbe5c306f434b7bea04be3f905c0f1746c98049e9 (patch)
tree4ab3401379831341bb38cbee5f0c755e1ca12bb7 /tool/src/sq-usage.rs
parentb2988fdd68001c6ac8422e5b7039ecda32bfb1a3 (diff)
tool: Do not require a valid signature when verifying signatures.
Diffstat (limited to 'tool/src/sq-usage.rs')
-rw-r--r--tool/src/sq-usage.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index 9fd7bb1f..0867f41c 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -52,7 +52,7 @@
//! -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)
//! --secret-key-file <TSK-FILE>... Secret key to decrypt with, given as a file (can be given multiple times)
-//! -n, --signatures <N> The number of valid signatures required. Default: 1
+//! -n, --signatures <N> The number of valid signatures required. Default: 0
//!
//! ARGS:
//! <FILE> Sets the input file to use
@@ -120,7 +120,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
+//! -n, --signatures <N> The number of valid signatures required. Default: 0
//!
//! ARGS:
//! <FILE> Sets the input file to use