From 9369960dbe438daae250f52b0442369a5501c0ef Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 17 May 2013 16:38:22 +0200 Subject: contrib/bash-completion: add missing command line flags --- contrib/bash-completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/bash-completion b/contrib/bash-completion index 0994d39..5315d83 100644 --- a/contrib/bash-completion +++ b/contrib/bash-completion @@ -48,7 +48,8 @@ _hostinfo() { fi COMPREPLY=( $( compgen -W "-o --oneline -f --file -k --keys -h -? --help - -p --path $_completion" -- $cur ) ) + -p --path -n --nospaces -l --hosts -s --short + -v --verbose $_completion" -- $cur ) ) fi } complete -F _hostinfo hostinfo -- cgit v1.2.3-1-g7c22