mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
Fix inconsistencies and grammar in various files
This commit is contained in:
@@ -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 }' )
|
||||
|
||||
Reference in New Issue
Block a user