summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli.rs')
-rw-r--r--sq/src/sq_cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index a050aa45..316126e0 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -58,7 +58,7 @@ pub fn build() -> App<'static, 'static> {
.takes_value(true)
.value_name("CERT-FILE")
.number_of_values(1)
- .help("The sender's certificate verify signatures \
+ .help("The sender's certificate to verify signatures \
with, given as a file \
(can be given multiple times)"))
.arg(Arg::with_name("secret-key-file")
@@ -217,7 +217,7 @@ pub fn build() -> App<'static, 'static> {
.takes_value(true)
.value_name("CERT-FILE")
.number_of_values(1)
- .help("The sender's certificate verify signatures \
+ .help("The sender's certificate to verify signatures \
with, given as a file \
(can be given multiple times)")))
.subcommand(SubCommand::with_name("enarmor")