Skip to content

Commit

Permalink
Adjusted --breakpoint arg doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zaddach committed Feb 1, 2025
1 parent 01bb909 commit 85dfb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugger/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl Default for CliArgs {
-g, --grammar <grammar file> - load .pest grammar\n\
-i, --input <input file> - load input file\n\
-r, --rule <rule> - run rule\n\
-b, --breakpoint <rule> - breakpoint at rule\n\
-b, --breakpoint <rule> - breakpoint at rule (can be specified multiple times)\n\
-s, --session <session file> - load session history file\n\
-h, --help - print this help menu\n\
"
Expand Down

0 comments on commit 85dfb9c

Please sign in to comment.