From cc58f8202f7d4b340f6ee12b2b2095be29d8c63a Mon Sep 17 00:00:00 2001 From: Lane0218 Date: Thu, 12 Mar 2026 19:43:07 +0800 Subject: [PATCH] =?UTF-8?q?chore(dev):=20=E8=B0=83=E6=95=B4=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Log.cpp b/src/utils/Log.cpp index 0f780a7..566e6b3 100644 --- a/src/utils/Log.cpp +++ b/src/utils/Log.cpp @@ -47,7 +47,7 @@ void PrintException(std::ostream& os, const std::exception& ex) { } void PrintHelp(std::ostream& os) { - os << "SysY Compiler (课程实验最小可运行示例)\n" + os << "SysY Compiler\n" << "\n" << "用法:\n" << " compiler [--help] [--emit-parse-tree] [--emit-ir] [--emit-asm] \n"