]> git.saurik.com Git - bison.git/blobdiff - src/getargs.c
* src/getargs.c (report_argmatch): Initialize strtok().
[bison.git] / src / getargs.c
index b4f160f0d18d565703a23e7fff5826bf82073ed9..5789152ab32013b8034e7fc9dca0f3e1a49d093e 100644 (file)
@@ -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\