summaryrefslogtreecommitdiffstats
path: root/sq
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-06-02 22:23:40 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2022-06-08 14:49:43 +0200
commitd3e3e5a24f1c9af3dd754389fb3f97a729c9ab90 (patch)
tree5efbbdc6f0f92995a549a5b199a666b1a379ad6b /sq
parent3c68b93492661a9fcf0d229936c4413a9943238f (diff)
sq: Fix typo.
Diffstat (limited to 'sq')
-rw-r--r--sq/src/sq_cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 8163fdd6..9a06aa57 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -1641,7 +1641,7 @@ include a certification-capable key.")
.long("certificate")
.alias("cert")
.help("
-The certificate contain the User ID to revoke")
+The certificate containing the User ID to revoke")
.long_help("
Reads the certificate to revoke from FILE or stdin, if omitted. It is
an error for the file to contain more than one certificate.")