From e5712889a0f6f678323ed86c6aad54b807694a7c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 11 Dec 2020 15:16:45 +0100 Subject: sq: Add switch to fall back to an expired encryption subkey. --- sq/src/sq-usage.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sq/src/sq-usage.rs') 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 -- cgit v1.2.3