diff --git a/src/_bitcoin-cli b/src/_bitcoin-cli index 9a8756f..5178a8d 100644 --- a/src/_bitcoin-cli +++ b/src/_bitcoin-cli @@ -52,7 +52,7 @@ _bitcoin-cli() { -testnet'[Use the test chain]' \ -regtest'[Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development.]' \ -named'[Pass named instead of positional arguments (default: false)]' \ - -netinfo'[Get network peer connection information from the remote server.]' \ + -netinfo=-'[Get network peer connection information from the remote server.]::level_or_help:(0 1 2 3 4 help)' \ -stdin'[Read extra arguments from standard input, one per line until EOF/Ctrl-D (recommended for sensitive information such as passphrases)]' \ -rpcport='[Connect to JSON-RPC on (default: 8332, testnet: 18332, regtest: 18443)]: :_guard "[[\:digit\:]]#" "PORT"' \ -rpcwait'[Wait for RPC server to start]' \