summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2021-01-20 14:10:12 +0100
committerNeal H. Walfield <neal@pep.foundation>2021-01-20 14:10:12 +0100
commit33b0a11fd5f62b9f8837a5642b6ca987144b655d (patch)
tree5d420ecdfe9bd796619f32c9ef6a9bdf07364a5b
parentc2f802dd59a71f04f6010b25a897e36a017497ef (diff)
sq: Fix spelling.
-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 79b82885..b0776543 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -281,7 +281,7 @@
//! Cryptographic algorithms used for the key. [default: cv25519]
//! [possible values: rsa3k, rsa4k, cv25519]
//! --expires <TIME>
-//! Absolute time When the key should expire, or 'never'.
+//! Absolute time when the key should expire, or 'never'.
//!
//! --expires-in <DURATION>
//! Relative time when the key should expire. Either 'N[ymwd]', for N
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index da527804..8fc159eb 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -299,7 +299,7 @@ pub fn configure(app: App<'static, 'static>) -> App<'static, 'static> {
.arg(Arg::with_name("expires")
.long("expires").value_name("TIME")
- .help("Absolute time When the key should expire, \
+ .help("Absolute time when the key should expire, \
or 'never'."))
.arg(Arg::with_name("expires-in")
.long("expires-in").value_name("DURATION")