Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit fb8f044

Browse files
committed
更新调试帮助信息中的命令行参数,修正调试选项前缀为“--cn-”,以提升用户体验和一致性。
1 parent 66d1cb7 commit fb8f044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ fn main() {
200200
println!("示例:");
201201
println!(" {} hello.cn", args[0]);
202202
println!(" {} hello.cn --cn-time", args[0]);
203-
println!(" {} hello.cn --debug-jit", args[0]);
204-
println!(" {} hello.cn --debug-lifetime --cn-time", args[0]);
203+
println!(" {} hello.cn --cn-debug-jit", args[0]);
204+
println!(" {} hello.cn --cn-debug-lifetime --cn-time", args[0]);
205205
return;
206206
}
207207

0 commit comments

Comments
 (0)