This commit is contained in:
jay
2023-05-12 01:04:19 +08:00
parent d798128e2c
commit ae1ee3bcfc
4 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function list_connections() {
if [[ -z $1 ]]; then
echo "使用方式:"
echo " $0 list - 列出所有可使用的設定檔案"
echo " $0 connect <config> [-d|--disconnect-others] - 連線到指定的 VPN"
echo " $0 connect [-d|--disconnect-others] <config> - 連線到指定的 VPN"
echo " $0 disconnect [interface] - 斷開指定的 VPN,若未指定則斷開所有 VPN"
echo " $0 list-connections - 列出已連線的 VPN"
exit