mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 03:03:02 +00:00
Revert unnecessary column realignment in --help output.
Reported by Akim Demaille at <http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>. * src/getargs.c (usage): Here.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2009-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
Revert unnecessary column realignment in --help output.
|
||||||
|
Reported by Akim Demaille at
|
||||||
|
<http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>.
|
||||||
|
* src/getargs.c (usage): Here.
|
||||||
|
|
||||||
2009-07-04 Alex Rozenman <rozenman@gmail.com>
|
2009-07-04 Alex Rozenman <rozenman@gmail.com>
|
||||||
|
|
||||||
Alphabetical order in src/Makefile.am.
|
Alphabetical order in src/Makefile.am.
|
||||||
|
|||||||
@@ -274,8 +274,8 @@ The same is true for optional arguments.\n\
|
|||||||
Operation modes:\n\
|
Operation modes:\n\
|
||||||
-h, --help display this help and exit\n\
|
-h, --help display this help and exit\n\
|
||||||
-V, --version output version information and exit\n\
|
-V, --version output version information and exit\n\
|
||||||
--print-localedir output directory of locale-dependent data\n\
|
--print-localedir output directory containing locale-dependent data\n\
|
||||||
--print-datadir output directory of skeletons and XSLT\n\
|
--print-datadir output directory containing skeletons and XSLT\n\
|
||||||
-y, --yacc emulate POSIX Yacc\n\
|
-y, --yacc emulate POSIX Yacc\n\
|
||||||
-W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n\
|
-W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n\
|
||||||
\n\
|
\n\
|
||||||
@@ -301,7 +301,7 @@ Parser:\n\
|
|||||||
fputs (_("\
|
fputs (_("\
|
||||||
Output:\n\
|
Output:\n\
|
||||||
--defines[=FILE] also produce a header file\n\
|
--defines[=FILE] also produce a header file\n\
|
||||||
-d likewise but cannot specify FILE (for POSIX)\n\
|
-d likewise but cannot specify FILE (for POSIX Yacc)\n\
|
||||||
-r, --report=THINGS also produce details on the automaton\n\
|
-r, --report=THINGS also produce details on the automaton\n\
|
||||||
--report-file=FILE write report to FILE\n\
|
--report-file=FILE write report to FILE\n\
|
||||||
-v, --verbose same as `--report=state'\n\
|
-v, --verbose same as `--report=state'\n\
|
||||||
|
|||||||
Reference in New Issue
Block a user