summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bash-completion b/contrib/bash-completion
index 31bc6f8..0c8fb78 100644
--- a/contrib/bash-completion
+++ b/contrib/bash-completion
@@ -15,6 +15,6 @@ _hostinfo() {
_completion="$(hostinfo --keys $arg 2>/dev/null)"
fi
- COMPREPLY=( $( compgen -W "-o --oneline -f --file -k --keys $_completion" -- $cur ) )
+ COMPREPLY=( $( compgen -W "-o --oneline -f --file -k --keys -h -? --help $_completion" -- $cur ) )
}
complete -F _hostinfo hostinfo