Update src/_bitcoin-cli
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
parent
cd3b8a4657
commit
889db4f8f6
|
@ -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 <port> (default: 8332, testnet: 18332, regtest: 18443)]: :_guard "[[\:digit\:]]#" "PORT"' \
|
||||
-rpcwait'[Wait for RPC server to start]' \
|
||||
|
|
Loading…
Reference in New Issue