From 6ab38e9d019a01d25905fdee2d35d90a15f6c5e0 Mon Sep 17 00:00:00 2001 From: jiqing112 Date: Mon, 19 Jun 2023 14:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20main.go=E5=86=85=E7=9A=84?= =?UTF-8?q?=20-key=20=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 main.go内的 -key 说明 --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 74c7d15..594b418 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -37,7 +37,7 @@ Usage: 服务器参数server param: - -key 设置的密码,默认0 + -key 设置的纯数字密码,默认0, 参数为int类型,范围从0-2147483647,不可夹杂字母特殊符号 Set password, default 0 -nolog 不写日志文件,只打印标准输出,默认0