summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2017-11-03 14:58:17 +0100
committerChristian Poessinger <christian@poessinger.com>2017-11-03 14:58:17 +0100
commit4caf959577c2b4351ba45f71dcaee55484970430 (patch)
treec4e3066062702f380149b45640d67716e5b9ead4 /etc
parent460a08d652ab7f7f38bf6c5b46d57009300d81da (diff)
downloadvyatta-cfg-4caf959577c2b4351ba45f71dcaee55484970430.tar.gz
vyatta-cfg-4caf959577c2b4351ba45f71dcaee55484970430.zip
T281: Add https support to the load command
Diffstat (limited to 'etc')
-rwxr-xr-xetc/bash_completion.d/vyatta-cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg
index 22f9dd3..7e37e74 100755
--- a/etc/bash_completion.d/vyatta-cfg
+++ b/etc/bash_completion.d/vyatta-cfg
@@ -198,6 +198,7 @@ vyatta_loadsave_complete()
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"
elif [ "$command" = "merge" ]; then
echo -e " <Enter>\t\t\t\tMerge from system config file"