Fix inconsistencies and grammar in various files

This commit is contained in:
MeshCollider
2017-06-27 17:35:47 +12:00
parent 234ffc677e
commit 41f3e84aac
8 changed files with 22 additions and 22 deletions

View File

@@ -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 }' )