aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitcoind.bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bitcoind.bash-completion')
-rw-r--r--contrib/bitcoind.bash-completion2
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 }' )