diff options
| author | ruki <[email protected]> | 2022-10-25 22:37:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-25 22:37:59 +0800 |
| commit | fc698b64b9f5c927b43b9b75566fa7d0d779a918 (patch) | |
| tree | 2d9a779fbdf7a9606d091448b8c34a6792fdea22 | |
| parent | ef636659e27ebc85470bcd2c9a0c24a6eaf17bb3 (diff) | |
improve ssl option value
| -rw-r--r-- | xmake/actions/global/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/global/xmake.lua b/xmake/actions/global/xmake.lua index 56f05dc65..b3f563a8a 100644 --- a/xmake/actions/global/xmake.lua +++ b/xmake/actions/global/xmake.lua @@ -43,7 +43,7 @@ task("global") {category = "Network Configuration"}, {nil, "network", "kv", "public" , "Set the network mode." , values = {"public", "private"} }, - {nil, "insecure-ssl", "k", nil , "Disable to check ssl certificates for downloading." }, + {nil, "insecure-ssl", "kv", nil , "Disable to check ssl certificates for downloading." }, {'x', "proxy", "kv", nil , "Use proxy on given port. [protocol://]host[:port]" , " e.g." , " - xmake g --proxy='http://host:port'" |
