diff options
author | hagbard <vyosdev@derith.de> | 2019-10-08 09:44:10 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-08 09:44:10 -0700 |
commit | a2c7b5f78cd0439599686147494e4f683618e14a (patch) | |
tree | 52257c4ddfb650786fa6114591cfecde71c89add /etc | |
parent | e8bb5818b84dd9728b77e78dcef08869ca1146d5 (diff) | |
parent | 8fa0ba1fd39145368f04576323ab3a29f42a508d (diff) | |
download | vyatta-cfg-a2c7b5f78cd0439599686147494e4f683618e14a.tar.gz vyatta-cfg-a2c7b5f78cd0439599686147494e4f683618e14a.zip |
Merge branch 'current' into equuleus
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/bash_completion.d/vyatta-cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index cf72330..a2c3332 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -192,14 +192,14 @@ vyatta_loadsave_complete() echo echo "Possible completions:" if [ "$command" = "load" ]; then - echo -e " <Enter>\t\t\t\tLoad from system config file" - 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 " sftp://<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://<host>/<file>\t\t\tLoad from file on remote machine" - echo -e " https://<host>/<file>\t\t\tLoad from file on remote machine" - echo -e " tftp://<host>/<file>\t\t\tLoad from file on remote machine" + echo -e " <Enter>\t\t\t\t\tLoad from system config file" + echo -e " <file>\t\t\t\t\tLoad from file on local machine" + echo -e " scp://<user>[:<passwd>]@<host>/<file>\t\tLoad from file on remote machine" + echo -e " sftp://<user>[:<passwd>]@<host>/<file>\tLoad from file on remote machine" + echo -e " http://<host>/<file>\t\t\t\tLoad from file on remote machine" + echo -e " https://<host>/<file>\t\t\t\tLoad from file on remote machine" + echo -e " ftp://<user>[:<passwd>]@<host>/<file>\t\tLoad from file on remote machine" + echo -e " tftp://<host>/<file>\t\t\t\tLoad from file on remote machine" elif [ "$command" = "merge" ]; then echo -e " <file>\t\t\t\t\tMerge from file on local machine" echo -e " scp://<user>[:<passwd>]@<host>/<file>\t\tMerge from file on remote machine" |