summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-28 11:48:53 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-28 11:59:42 +0100
commita7b0c8088f22871db4974951344e504905add09e (patch)
tree70cff4133cadfcb2b0ecd7830417914fba90c972 /sq
parent160f1a641ba539afacda47659b06a017d9de8318 (diff)
sq: Fix reference.
- Fixes #655.
Diffstat (limited to 'sq')
-rw-r--r--sq/src/sq-usage.rs2
-rw-r--r--sq/src/sq_cli.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 12054880..46e4a5db 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -311,7 +311,7 @@
//! otherwise manipulate keys.
//!
//! Conversely, we use the term "certificate", or cert for short, to refer
-//! to OpenPGP keys that do not contain secrets. See "sq certring" for
+//! to OpenPGP keys that do not contain secrets. See "sq keyring" for
//! operations on certificates.
//!
//! USAGE:
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 20c594fb..bd745dd1 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -444,7 +444,7 @@ secrets. This subcommand provides primitives to generate and
otherwise manipulate keys.
Conversely, we use the term \"certificate\", or cert for short, to refer
-to OpenPGP keys that do not contain secrets. See \"sq certring\" for
+to OpenPGP keys that do not contain secrets. See \"sq keyring\" for
operations on certificates.
")
.setting(AppSettings::SubcommandRequiredElseHelp)