]> granicus.if.org Git - re2c/commitdiff
Added description of '--no-version' option to help and manpage.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 1 Dec 2015 17:45:59 +0000 (17:45 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 1 Dec 2015 17:45:59 +0000 (17:45 +0000)
re2c/bootstrap/doc/re2c.1
re2c/doc/manpage.rst.in
re2c/src/conf/msg.cc

index 7d8af2501747f682c8b4f0f561f38682a3e4ee1e..6e499a6bd45f04a6bbc8e6f8f8da04895bdd9c53 100644 (file)
@@ -162,8 +162,10 @@ strings. With this switch single quotes are case sensitive and double
 quotes are case insensitive.
 .TP
 .B \fB\-\-no\-generation\-date\fP
-Suppress date output in the generated output so
-that it only shows the \fBre2c\fP version.
+Suppress date output in the generated file.
+.TP
+.B \fB\-\-no\-generation\-date\fP
+Suppress version output in the generated file.
 .TP
 .B \fB\-\-encoding\-policy POLICY\fP
 Specify how \fBre2c\fP must treat Unicode
@@ -1041,6 +1043,6 @@ Emmanuel Mogenet \fI\%mgix@mgix.com\fP
 Ulya Trofimovich \fI\%skvadrik@gmail.com\fP
 .SH VERSION INFORMATION
 .sp
-This manpage describes \fBre2c\fP version 0.15.2, package date 23 Nov 2015.
+This manpage describes \fBre2c\fP version 0.15.2, package date 01 Dec 2015.
 .\" Generated by docutils manpage writer.
 .
index 3df0b7c32b479613326ccc18c9c780e91acbbbe5..74ea01ea147d807f14fc6a551013f5f12beb4065 100644 (file)
@@ -144,8 +144,10 @@ OPTIONS
     quotes are case insensitive.
 
 ``--no-generation-date``
-    Suppress date output in the generated output so
-    that it only shows the ``re2c`` version.
+    Suppress date output in the generated file.
+
+``--no-generation-date``
+    Suppress version output in the generated file.
 
 ``--encoding-policy POLICY``
     Specify how ``re2c`` must treat Unicode
index d6feab459b2e5874399acc3830aa995cdf26e782..90d05cd9efe42c80921f3b051da6c8794deb1710 100644 (file)
@@ -124,8 +124,9 @@ void usage ()
        "                        re2c assumes that input character size is 1 byte. This switch is\n"
        "                        incompatible with -e, -w, -x and -u."
        "\n"
-       "--no-generation-date    Suppress date output in the generated output so that it\n"
-       "                        only shows the re2c version.\n"
+       "--no-generation-date    Suppress date output in the generated file.\n"
+       "\n"
+       "--no-version            Suppress version output in the generated file.\n"
        "\n"
        "--case-insensitive      All strings are case insensitive, so all \"-expressions\n"
        "                        are treated in the same way '-expressions are.\n"