summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-07-14 12:19:53 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-01-05 14:31:25 +0100
commitc6a81d92b35efb8175139b177ee5fadcf5ba6a24 (patch)
tree1cad751d9d61eceea5ba245c2b2394828fda63e8 /sq/src/sq-usage.rs
parent426e5d38ef0113961a8e1b5ca76d9cf575ac5aee (diff)
tool: Fix grammar.
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
//!