From a20dddf79e660eff44b32679dbc65c7db697dcf5 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 30 Sep 2022 17:20:47 +0200 Subject: sq: The argument to --signer-key, etc. is a key file, not a key - The argument to --signer-key, --recipient-key, and --revocation-key is a key *file*, not a key. Update the description and the documentation to reflect this. --- sq/sq-usage.md | 49 +++++++++++++++++++++++++----------------------- sq/src/sq_cli/decrypt.rs | 4 ++-- sq/src/sq_cli/encrypt.rs | 4 ++-- sq/src/sq_cli/packet.rs | 4 ++-- sq/src/sq_cli/revoke.rs | 36 ++++++++++++++++++----------------- sq/src/sq_cli/sign.rs | 4 ++-- 6 files changed, 53 insertions(+), 48 deletions(-) diff --git a/sq/sq-usage.md b/sq/sq-usage.md index 67b8612e..6a732e93 100644 --- a/sq/sq-usage.md +++ b/sq/sq-usage.md @@ -141,8 +141,8 @@ OPTIONS: Adds a password to encrypt with. The message can be decrypted with either one of the recipient's keys, or any password. - --signer-key - Signs the message with KEY + --signer-key + Signs the message using the key in KEY_FILE -t, --time