summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-11 15:16:45 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-11 15:19:48 +0100
commite5712889a0f6f678323ed86c6aad54b807694a7c (patch)
tree47cf23000fc1b544b419a6b796068a34549c0eb7 /sq/src/sq-usage.rs
parentef6a1c9af05a97d962933242545c7266c01d2973 (diff)
sq: Add switch to fall back to an expired encryption subkey.
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs10
1 files changed, 6 insertions, 4 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 2729cafa..28e3085a 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -74,10 +74,12 @@
//! sq encrypt [FLAGS] [OPTIONS] [--] [FILE]
//!
//! FLAGS:
-//! -B, --binary Don't ASCII-armor encode the OpenPGP data
-//! -h, --help Prints help information
-//! -s, --symmetric Encrypt with a password (can be given multiple times)
-//! -V, --version Prints version information
+//! -B, --binary Don't ASCII-armor encode the OpenPGP data
+//! -h, --help Prints help information
+//! -s, --symmetric Encrypt with a password (can be given multiple times)
+//! --use-expired-subkey If a certificate has only expired encryption-capable subkeys, fall back to using the one
+//! that expired last
+//! -V, --version Prints version information
//!
//! OPTIONS:
//! --compression <KIND>