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:34:34 -0700 |
commit | 2ab0dfcf73fd36ef44f5a1ae442db92b390e945b (patch) | |
tree | 5adf57f1513e1408c7be937e114e4b9fd8778690 /etc/bash_completion.d | |
parent | 5568097be39640e0af2102e24a64822b9ef75e1b (diff) | |
download | vyatta-cfg-2ab0dfcf73fd36ef44f5a1ae442db92b390e945b.tar.gz vyatta-cfg-2ab0dfcf73fd36ef44f5a1ae442db92b390e945b.zip |
Bugfix 4235: Improve help text.
Diffstat (limited to 'etc/bash_completion.d')
-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=() |