summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-18 18:05:12 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-02-18 18:05:12 -0800
commit6a97757cd59e1bc047a8b47644090518fd3b5dde (patch)
tree1e77fec6214213649d9d38af31446c8a1d65c1bf
parentf56e2448a0713d074294db49bf80a0e028e5e9c2 (diff)
downloadvyatta-cfg-6a97757cd59e1bc047a8b47644090518fd3b5dde.tar.gz
vyatta-cfg-6a97757cd59e1bc047a8b47644090518fd3b5dde.zip
Fix completion format for loadkey
Need extra newline
-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"