mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 06:54:52 +00:00
Fix typo in create-gpg-keys doc
Remove the extra hyphen so that the option in the example is
correctly stated as ``--keyid-format``.
Authoritative source:
516b530126/doc/gpg.texi (L2090)
This commit is contained in:
parent
00bbcf5870
commit
a5745dd727
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ This represents the 64 lower-order bits of your fingerprint, which is sufficient
|
|||
The `gpg` program makes it easy for you to find your key's long GPG key ID:
|
||||
|
||||
----
|
||||
gpg --list-keys --fingerprint --key-id-format 0xlong johndoe@example.com
|
||||
gpg --list-keys --fingerprint --keyid-format 0xlong johndoe@example.com
|
||||
----
|
||||
|
||||
The `0xlong` format prepends "0x" to the key ID to make it clear that this is a series of hexadecimal digits; it is considered good practice to do this.
|
||||
|
|
Loading…
Reference in a new issue