aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/mail-encryption-gpg-create-key.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/mail-encryption-gpg-create-key.page')
-rw-r--r--help/C/mail-encryption-gpg-create-key.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page
index e7997e2819..486f1727d2 100644
--- a/help/C/mail-encryption-gpg-create-key.page
+++ b/help/C/mail-encryption-gpg-create-key.page
@@ -6,7 +6,7 @@
<link type="guide" xref="mail-encryption#gpg"/>
- <revision pkgversion="2.32.1" version="0.2" date="2011-07-27" status="final"/>
+ <revision pkgversion="2.32.1" version="0.3" date="2012-02-18" status="final"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -44,7 +44,7 @@
<p>If you want, you can upload your keys to a key server:</p>
<steps>
<item><p>Check your public key ID with <code>gpg --list-keys</code>. It is the string after <code>1024D</code> on the line beginning with <code>pub</code>. In the example above, it is <code>32j38dk2</code>.</p></item>
-<item><p>Enter the command <code>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</code>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
+<item><p>Enter the command <cmd>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</cmd>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
</steps>
<p>Key servers store your public keys for you so that your friends can decrypt your messages. If you choose not to use a key server, you can manually send your public key, include it in your signature file, or put it on your own Web page. However, it is easier to publish a key once, and then let people download it from a central place when they want.</p>