1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:46:01 +02:00

gpgv: fix typo (#4122)

This commit is contained in:
James Hibbard 2020-06-23 02:54:49 +00:00 committed by GitHub
parent 136ace195a
commit 16573e0cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,6 @@
`gpgv {{path/to/signature}} {{path/to/file}}`
- Add a file to the list of keyrings (a single exported key also accounts as a keyring):
- Add a file to the list of keyrings (a single exported key also counts as a keyring):
`gpgv --keyring {{./alice.keyring}} {{path/to/file}} {{path/to/signature}}`
`gpgv --keyring {{./alice.keyring}} {{path/to/signature}} {{path/to/file}}`