diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-06-04 10:30:50 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-06-04 10:30:50 -0700 |
commit | 72ab0ff60f415b853e2ad7e112e6b50301a47d3c (patch) | |
tree | c3054bc410f04453cad3685a4bd68290f26cf880 /etc/bash_completion.d/20vyatta-cfg | |
parent | e8c7095c516b9cf9200806cdd00b6224b92217ca (diff) | |
download | vyatta-cfg-72ab0ff60f415b853e2ad7e112e6b50301a47d3c.tar.gz vyatta-cfg-72ab0ff60f415b853e2ad7e112e6b50301a47d3c.zip |
Bugfix 4235: Improve help text.
Diffstat (limited to 'etc/bash_completion.d/20vyatta-cfg')
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 3 |
1 files changed, 1 insertions, 2 deletions
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 " <file>\t\t\t\tLoad from file on local machine" echo -e " scp://<user>:<passwd>@<host>/<file>\tLoad from file on remote machine" echo -e " ftp://<user>:<passwd>@<host>/<file>\tLoad from file on remote machine" - echo -e " http://<user>:<passwd>@<host>/<file>\tLoad from file on remote machine" + echo -e " http://<host>/<file>\t\t\tLoad from file on remote machine" echo -e " tftp://<host>/<file>\t\t\tLoad from file on remote machine" elif [ "${COMP_WORDS[0]}" = "save" ]; then echo -e " <Enter>\t\t\t\tSave to system config file" @@ -402,7 +402,6 @@ vyatta_loadsave_complete() echo -e " ftp://<user>:<passwd>@<host>/<file>\tSave to file on remote machine" echo -e " tftp://<host>/<file>\t\t\tSave to file on remote machine" fi - COMPREPLY=( "" " " ) else COMPREPLY=() |