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.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 464d78b4..76164989 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -145,6 +145,11 @@ pub fn build() -> App<'static, 'static> {
.short("t")
.help("Chooses keys valid at the specified time and \
sets the signature's creation time"))
+ .arg(Arg::with_name("use-expired-subkey")
+ .long("use-expired-subkey")
+ .help("If a certificate has only expired \
+ encryption-capable subkeys, fall back \
+ to using the one that expired last"))
)
.subcommand(SubCommand::with_name("sign")