diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2020-04-09 01:19:36 +0300 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2020-04-09 11:51:09 +0300 |
| commit | 9e9bee7066c000957b674c3b68bb082eec58b410 (patch) | |
| tree | b8f6fda13547720f1ac94f43135d529d73e671a5 /src/_bitcoin-cli | |
| parent | Merge pull request #697 from dancek/git-revise (diff) | |
| download | zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.gz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.bz2 zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.lz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.xz zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.zst zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.zip | |
Fix typos
Diffstat (limited to 'src/_bitcoin-cli')
| -rw-r--r-- | src/_bitcoin-cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_bitcoin-cli b/src/_bitcoin-cli index 8fa441c..f953eb4 100644 --- a/src/_bitcoin-cli +++ b/src/_bitcoin-cli @@ -47,7 +47,7 @@ _bitcoin-cli() { -datadir='[Specify data directory]:PATH:_directories' \ -getinfo='[Get general information from the remote server.]' \ -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.]' \ + -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)]' \ -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"' \ |
