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.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index e46c1e0a..4016c65b 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -569,11 +569,11 @@ $ sq key generate --creation-time 20110609T1938+0200 --export noam.pgp
// Catch negative numbers.
.allow_hyphen_values(true)
.help("Makes the key expire after DURATION \
- (as N[ymwd]) [default: 3y]")
+ (as N[ymwds]) [default: 3y]")
.long_help(
"Makes the key expire after DURATION. \
- Either \"N[ymwd]\", for N years, months, \
- weeks, or days, or \"never\"."))
+ Either \"N[ymwds]\", for N years, months, \
+ weeks, days, seconds, or \"never\"."))
.group(ArgGroup::with_name("cap-sign")
.args(&["can-sign", "cannot-sign"]))
@@ -1122,11 +1122,11 @@ $ sq certify juliet.pgp romeo.pgp \"<romeo@example.org>\"
// Catch negative numbers.
.allow_hyphen_values(true)
.help("Makes the certification expire after DURATION \
- (as N[ymwd]) [default: 5y]")
+ (as N[ymwds]) [default: 5y]")
.long_help(
"Makes the certification expire after DURATION. \
- Either \"N[ymwd]\", for N years, months, \
- weeks, or days, or \"never\". [default: 5y]"))
+ Either \"N[ymwds]\", for N years, months, \
+ weeks, days, seconds, or \"never\". [default: 5y]"))
.arg(Arg::with_name("certifier")
.value_name("CERTIFIER-KEY")