summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-16 21:11:27 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-16 21:11:27 +0200
commit9a09a2f1a5cd428abc84f615196f518cac3cdc9f (patch)
treecfa83ca803e1597796a56baa34dff0b2e7380440 /contrib
parentf066a45907943886510fdfe0654be31fcbf758d5 (diff)
downloadtools-9a09a2f1a5cd428abc84f615196f518cac3cdc9f.tar.gz
tools-9a09a2f1a5cd428abc84f615196f518cac3cdc9f.tar.bz2
tools-9a09a2f1a5cd428abc84f615196f518cac3cdc9f.zip
bin/hostinfo: add --file to get the path of the yaml file with the information
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 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