From 9a09a2f1a5cd428abc84f615196f518cac3cdc9f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 16 May 2013 21:11:27 +0200 Subject: bin/hostinfo: add --file to get the path of the yaml file with the information --- contrib/bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/bash-completion b/contrib/bash-completion index 7f68819..d5a4a1f 100644 --- a/contrib/bash-completion +++ b/contrib/bash-completion @@ -15,6 +15,6 @@ _hostinfo() { _completion="hostname os arch addresses ports vserver vserver-host" fi - COMPREPLY=( $( compgen -W "-o --oneline $_completion" -- $cur ) ) + COMPREPLY=( $( compgen -W "-o --oneline -f --file $_completion" -- $cur ) ) } complete -F _hostinfo hostinfo -- cgit v1.2.3-1-g7c22