chore(dev): 调整帮助信息
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user