0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00

contrib: docs fix --import-keys flag on verify.py

This commit is contained in:
Bufo 2023-06-08 22:26:09 +02:00
parent a36134fcc7
commit ceb0168935
No known key found for this signature in database
GPG key ID: 108BA08192C3CE55

View file

@ -17,7 +17,7 @@ must obtain that key for your local GPG installation.
You can obtain these keys by You can obtain these keys by
- through a browser using a key server (e.g. keyserver.ubuntu.com), - through a browser using a key server (e.g. keyserver.ubuntu.com),
- manually using the `gpg --keyserver <url> --recv-keys <key>` command, or - manually using the `gpg --keyserver <url> --recv-keys <key>` command, or
- you can run the packaged `verify.py ... --import-keys` script to - you can run the packaged `verify.py --import-keys ...` script to
have it automatically retrieve unrecognized keys. have it automatically retrieve unrecognized keys.
#### Usage #### Usage