diff --git a/src/utils/Log.cpp b/src/utils/Log.cpp index 36376d7..0874fd8 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"