aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/mail-encryption-gpg-getting-keys.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/mail-encryption-gpg-getting-keys.page')
-rw-r--r--help/C/mail-encryption-gpg-getting-keys.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/mail-encryption-gpg-getting-keys.page b/help/C/mail-encryption-gpg-getting-keys.page
index 9613fca391..030d269c0a 100644
--- a/help/C/mail-encryption-gpg-getting-keys.page
+++ b/help/C/mail-encryption-gpg-getting-keys.page
@@ -25,7 +25,7 @@
<p>To send an encrypted message, you need to use the recipient's public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring.</p>
-<p>To get public keys from a public key server, enter the command <code>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</code>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
+<p>To get public keys from a public key server, enter the command <cmd>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</cmd>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
-<p>If someone sends you a public key directly, save it as a plain text file and enter the command <code>gpg --import</code> to add it to your keyring.</p>
+<p>If someone sends you a public key directly, save it as a plain text file and enter the command <cmd>gpg --import</cmd> to add it to your keyring.</p>
</page>