X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b408954b40e74d85ee90544ea7e296dbc99356c9..9be0c25bf054b026304e6ec480c3893817625607:/src/getargs.c diff --git a/src/getargs.c b/src/getargs.c index b4f160f0..5789152a 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -75,6 +75,7 @@ static void report_argmatch (char *args) { ARGMATCH_ASSERT (report_args, report_types); + args = strtok (args, ","); do { int report = XARGMATCH ("--report", args, @@ -137,7 +138,10 @@ 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\