From 9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 1 Oct 2019 11:31:42 -0500 Subject: T1424: Rewrite the config load script --- etc/bash_completion.d/vyatta-cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc') 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 " \t\t\t\tLoad from system config file" - echo -e " \t\t\t\tLoad from file on local machine" - echo -e " scp://:@/\tLoad from file on remote machine" - echo -e " sftp://:@/\tLoad from file on remote machine" - echo -e " ftp://:@/\tLoad from file on remote machine" - echo -e " http:///\t\t\tLoad from file on remote machine" - echo -e " https:///\t\t\tLoad from file on remote machine" - echo -e " tftp:///\t\t\tLoad from file on remote machine" + echo -e " \t\t\t\t\tLoad from system config file" + echo -e " \t\t\t\t\tLoad from file on local machine" + echo -e " scp://[:]@/\t\tLoad from file on remote machine" + echo -e " sftp://[:]@/\tLoad from file on remote machine" + echo -e " http:///\t\t\t\tLoad from file on remote machine" + echo -e " https:///\t\t\t\tLoad from file on remote machine" + echo -e " ftp://[:]@/\t\tLoad from file on remote machine" + echo -e " tftp:///\t\t\t\tLoad from file on remote machine" elif [ "$command" = "merge" ]; then echo -e " \t\t\t\t\tMerge from file on local machine" echo -e " scp://[:]@/\t\tMerge from file on remote machine" -- cgit v1.2.3