diff options
author | Bufo <bufo24@users.noreply.github.com> | 2023-06-08 22:26:09 +0200 |
---|---|---|
committer | Bufo <bufo24@users.noreply.github.com> | 2023-06-08 22:26:09 +0200 |
commit | ceb01689351e738436393cf7b8d84cb7fafc7b98 (patch) | |
tree | ecbc59161e0305e18c1bfd5d648bcc4b06989a4e /contrib/verify-binaries | |
parent | a36134fcc7b40671d538931f621c8c15ffacc3d2 (diff) |
contrib: docs fix --import-keys flag on verify.py
Diffstat (limited to 'contrib/verify-binaries')
-rw-r--r-- | contrib/verify-binaries/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/verify-binaries/README.md b/contrib/verify-binaries/README.md index c62d760e1a..04d683e69b 100644 --- a/contrib/verify-binaries/README.md +++ b/contrib/verify-binaries/README.md @@ -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 |