From ddac26fdeee17a509a464d14b1e662f370003108 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Fri, 12 Mar 2021 14:08:02 -0500 Subject: [PATCH] Made -r argument more explicit --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md index 252491c..d0154cd 100644 --- a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md +++ b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md @@ -145,7 +145,7 @@ See https://sunknudsen.com/, https://github.com/sunknudsen/pgp-public-key and ht ### Paste, encrypt and sign message (enter line break and use command `ctrl+d` to quit edit mode) ```console -$ gpg --encrypt --sign --armor --output ~/Desktop/encrypted.asc -r john@example.net -r hello@sunknudsen.com +$ gpg --encrypt --sign --armor --output ~/Desktop/encrypted.asc --recipient john@example.net --recipient hello@sunknudsen.com gpg: 5574F4B0B0F67D7F: There is no assurance this key belongs to the named user sub rsa4096/5574F4B0B0F67D7F 2019-10-17 Sun Knudsen