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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 6dc7ec4d..64e3674d 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -1721,6 +1721,7 @@ $ sq key generate --creation-time 20110609T1938+0200 --export noam.pgp
"Makes the key expire at TIME (as ISO 8601). \
Use \"never\" to create keys that do not expire.",
)]
+ // TODO: Use a wrapper type for CliTime
pub expires: Option<String>,
#[clap(
long = "expires-in",