diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-06-27 17:35:47 +1200 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-06-27 19:59:07 +1200 |
commit | 41f3e84aaca82540582fd5a93fd632e752c3e6bf (patch) | |
tree | 18b669a01ef09fb24b8a5603cbd1dff96128ec81 /contrib/bitcoind.bash-completion | |
parent | 234ffc677ee58591b139695bf92bbd6f504ee91a (diff) |
Fix inconsistencies and grammar in various files
Diffstat (limited to 'contrib/bitcoind.bash-completion')
-rw-r--r-- | contrib/bitcoind.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bitcoind.bash-completion b/contrib/bitcoind.bash-completion index af87e97d80..cccd4bde0d 100644 --- a/contrib/bitcoind.bash-completion +++ b/contrib/bitcoind.bash-completion @@ -30,7 +30,7 @@ _bitcoind() { ;; *) - # only parse -help if senseful + # only parse -help if sensible if [[ -z "$cur" || "$cur" =~ ^- ]]; then local helpopts helpopts=$($bitcoind -help 2>&1 | awk '$1 ~ /^-/ { sub(/=.*/, "="); print $1 }' ) |