mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
contrib: docs fix --import-keys flag on verify.py
This commit is contained in:
parent
a36134fcc7
commit
ceb0168935
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue