Fix typo in command

This commit is contained in:
ItsDrike 2022-04-10 14:55:42 +02:00
parent e293fb9aa0
commit cb9b6b7a7a
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -258,7 +258,7 @@ to communicating with the other party in a fully end-to-end encrypted way!
To encrypt a file, we can use this command:
```sh
gpg --armor --encrypt -r --armor [key-id] my_plaintext_file.txt
gpg --armor --encrypt -r [key-id] my_plaintext_file.txt
```
Here, the `[key-id]` points to the recipient's public key id, so either an email, or key's ID directly. This is NOT