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 8a4a1d6e..cfa5e366 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -681,7 +681,7 @@ inspiration.
"EXAMPLES:
# Converts a key to a cert (i.e., remove any secret key material)
-$ sq keyring filter --to-certificate cat juliet.pgp
+$ sq keyring filter --to-cert cat juliet.pgp
# Gets the keys with a user id on example.org
$ sq keyring filter --domain example.org keys.pgp
@@ -726,7 +726,7 @@ $ sq keyring filter --domain example.org --prune-certs certs.pgp
.short("B").long("binary")
.help("Emits binary data"))
.arg(Arg::with_name("to-certificate")
- .long("to-certificate")
+ .long("to-cert")
.help("Converts any keys in the input to \
certificates. Converting a key to a \
certificate removes secret key material \