summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 1c968e48..71ac8053 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -57,7 +57,7 @@
//! OPTIONS:
//! -o, --output <FILE> Sets the output file to use
//! --secret-key-file <TSK-FILE>... Secret key to decrypt with, given as a file (can be given multiple times)
-//! --sender-cert-file <CERT-FILE>... The sender's certificate verify signatures with, given as a file (can be
+//! --sender-cert-file <CERT-FILE>... The sender's certificate to verify signatures with, given as a file (can be
//! given multiple times)
//! -n, --signatures <N> The number of valid signatures required. Default: 0
//!
@@ -144,7 +144,7 @@
//! OPTIONS:
//! --detached <SIG-FILE> Verifies a detached signature
//! -o, --output <FILE> Sets the output file to use
-//! --sender-cert-file <CERT-FILE>... The sender's certificate verify signatures with, given as a file (can be
+//! --sender-cert-file <CERT-FILE>... The sender's certificate to verify signatures with, given as a file (can be
//! given multiple times)
//! -n, --signatures <N> The number of valid signatures required. Default: 0
//!