Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted --breakpoint arg doc
Browse files Browse the repository at this point in the history
zaddach committed Feb 2, 2025
1 parent 0728a4c commit 6d4bbcb
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
@@ -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\
"

0 comments on commit 6d4bbcb

Please sign in to comment.