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:
Brian Rosmaita 2024-05-02 08:55:32 -04:00
parent 00bbcf5870
commit a5745dd727

View file

@ -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.