mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -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
|
||||
- through a browser using a key server (e.g. keyserver.ubuntu.com),
|
||||
- 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.
|
||||
|
||||
#### Usage
|
||||
|
|
Loading…
Add table
Reference in a new issue