summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/bash_completion.d/20vyatta-cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg
index b32ceab..d08c9d8 100755
--- a/etc/bash_completion.d/20vyatta-cfg
+++ b/etc/bash_completion.d/20vyatta-cfg
@@ -440,6 +440,7 @@ vyatta_loadkey_complete()
COMPREPLY=( $(compgen -u -- ${COMP_WORDS[1]} ) )
fi ;;
2) if [ -z "${COMP_WORDS[2]}" ]; then
+ echo
echo "Possible completions:"
echo -e " <file>\t\t\t\tLoad from file on local machine"
echo -e " scp://<user>@<host>/<file>\tLoad from file on remote machine"