#719 Fix typo in create-gpg-keys doc
Merged 11 days ago by copperi. Opened 17 days ago by rosmaita.
fedora-docs/ rosmaita/quick-docs typo-fix  into  main

@@ -171,7 +171,7 @@ 

  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.

Remove the extra hyphen so that the option in the example is
correctly stated as --keyid-format.

Authoritative source:
https://github.com/gpg/gnupg/blob/516b5301262e21396343aa5a1dbc0f1bf0f3e9bf/doc/gpg.texi#L2090

Pull-Request has been merged by copperi

11 days ago
Metadata