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.rs2
1 files changed, 1 insertions, 1 deletions
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")