We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0728a4c commit 6d4bbcbCopy full SHA for 6d4bbcb
debugger/src/main.rs
@@ -294,7 +294,7 @@ impl Default for CliArgs {
294
-g, --grammar <grammar file> - load .pest grammar\n\
295
-i, --input <input file> - load input file\n\
296
-r, --rule <rule> - run rule\n\
297
- -b, --breakpoint <rule> - breakpoint at rule\n\
+ -b, --breakpoint <rule> - breakpoint at rule (can be specified multiple times)\n\
298
-s, --session <session file> - load session history file\n\
299
-h, --help - print this help menu\n\
300
"
0 commit comments