Skip to content

Commit 6d4bbcb

Browse files
committed
Adjusted --breakpoint arg doc
1 parent 0728a4c commit 6d4bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl Default for CliArgs {
294294
-g, --grammar <grammar file> - load .pest grammar\n\
295295
-i, --input <input file> - load input file\n\
296296
-r, --rule <rule> - run rule\n\
297-
-b, --breakpoint <rule> - breakpoint at rule\n\
297+
-b, --breakpoint <rule> - breakpoint at rule (can be specified multiple times)\n\
298298
-s, --session <session file> - load session history file\n\
299299
-h, --help - print this help menu\n\
300300
"

0 commit comments

Comments
 (0)