summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/global/xmake.lua2
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'"