summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/bash-completion3
1 files changed, 2 insertions, 1 deletions
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