X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ec3bc3961dd154cde7a14ce7e6b97b901af1dadb..0624954c7e3798517a63fcc4ae423fbd18851f08:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index 25d042ce..fee3ff97 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -55,6 +55,7 @@ static const char * const report_args[] = "state", "states", "itemset", "itemsets", "lookahead", "lookaheads", + "solved", "all", 0 }; @@ -65,6 +66,7 @@ static const int report_types[] = report_states, report_states, report_states | report_itemsets, report_states | report_itemsets, report_states | report_lookaheads, report_states | report_lookaheads, + report_states | report_solved_conflicts, report_all }; @@ -135,11 +137,15 @@ Output:\n\ -b, --file-prefix=PREFIX specify a PREFIX for output files\n\ -o, --output=FILE leave output to FILE\n\ -g, --graph also produce a VCG description of the automaton\n\ -\n\ +"), stream); + putc ('\n', stream); + + fputs (_("\ THINGS is a list of comma separated words that can include:\n\ `state' describe the states\n\ `itemset' complete the core item sets with their closure\n\ `lookahead' explicitly associate lookaheads to items\n\ + `solved' describe shift/reduce conflicts solving\n\ `all' include all the above information\n\ `none' disable the report\n\ "), stream);