We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657eecb commit 31dd499Copy full SHA for 31dd499
1 file changed
nimbleparse/src/main.rs
@@ -108,13 +108,13 @@ fn main() {
108
.optopt(
109
"r",
110
"recoverer",
111
- "Recoverer to be used (default: cpctplus)",
+ "Recoverer to be used (default: cpctplus unless specified in grammar)",
112
"cpctplus|none",
113
)
114
115
"y",
116
"yaccvariant",
117
- "Yacc variant to be parsed (default: original)",
+ "Yacc variant to be parsed (default: None unless specified in grammar)",
118
"eco|original|grmtools",
119
120
.parse(&args[1..])
0 commit comments