From 7e138977b1616fab015537292973d20e607024b7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 2 May 2024 15:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=BB=E5=8A=A1=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F-=E5=8D=B3=E6=97=B6=E4=B8=8E=E5=AE=9A=E6=97=B6-?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 7422f04..944a1f4 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -26,7 +26,7 @@ _/ ____\______ ____ _____ _____ ____ __ _ _______ ____ ____ \/ \/ \/ \//_____/ `) fmt.Println("-----------------------------------------------------------------------------------------") fmt.Println("-----------------------------------------------------------------------------------------") - flag.BoolVar(&liveMode, "liveMode", false, "即时模式关闭") + flag.BoolVar(&liveMode, "livemode", false, "即时模式关闭") flag.Parse() if !liveMode { fmt.Println("目前时定时任务模式")