From 72ab0ff60f415b853e2ad7e112e6b50301a47d3c Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Thu, 4 Jun 2009 10:30:50 -0700 Subject: Bugfix 4235: Improve help text. --- etc/bash_completion.d/20vyatta-cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index 9a9ce8c..a4147fd 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -393,7 +393,7 @@ vyatta_loadsave_complete() echo -e " \t\t\t\tLoad from file on local machine" echo -e " scp://:@/\tLoad from file on remote machine" echo -e " ftp://:@/\tLoad from file on remote machine" - echo -e " http://:@/\tLoad from file on remote machine" + echo -e " http:///\t\t\tLoad from file on remote machine" echo -e " tftp:///\t\t\tLoad from file on remote machine" elif [ "${COMP_WORDS[0]}" = "save" ]; then echo -e " \t\t\t\tSave to system config file" @@ -402,7 +402,6 @@ vyatta_loadsave_complete() echo -e " ftp://:@/\tSave to file on remote machine" echo -e " tftp:///\t\t\tSave to file on remote machine" fi - COMPREPLY=( "" " " ) else COMPREPLY=() -- cgit v1.2.3