summaryrefslogtreecommitdiffstats
path: root/contrib/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bash-completion')
-rw-r--r--contrib/bash-completion2
1 files changed, 1 insertions, 1 deletions
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