chore(dev): 调整帮助信息

This commit is contained in:
Lane0218
2026-03-12 19:43:07 +08:00
parent e72944a36b
commit cc58f8202f

View File

@@ -47,7 +47,7 @@ void PrintException(std::ostream& os, const std::exception& ex) {
} }
void PrintHelp(std::ostream& os) { void PrintHelp(std::ostream& os) {
os << "SysY Compiler (课程实验最小可运行示例)\n" os << "SysY Compiler\n"
<< "\n" << "\n"
<< "用法:\n" << "用法:\n"
<< " compiler [--help] [--emit-parse-tree] [--emit-ir] [--emit-asm] <input.sy>\n" << " compiler [--help] [--emit-parse-tree] [--emit-ir] [--emit-asm] <input.sy>\n"