]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main, usage): Split --help output into smaller pieces.
authorJim Meyering <jim@meyering.net>
Sun, 11 Nov 2001 14:40:01 +0000 (14:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 11 Nov 2001 14:40:01 +0000 (14:40 +0000)
src/ptx.c

index 2395cbde23228c39bd45e7c6d5774670b3195445..55d564ca6a9bde746bcee219f9a9259487c1f5ed 100644 (file)
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -1868,17 +1868,23 @@ Mandatory arguments to long options are mandatory for short options too.\n\
   -C, --copyright                display Copyright and copying conditions\n\
   -G, --traditional              behave more like System V `ptx'\n\
   -F, --flag-truncation=STRING   use STRING for flagging line truncations\n\
+"), stdout);
+      fputs (_("\
   -M, --macro-name=STRING        macro name to use instead of `xx'\n\
   -O, --format=roff              generate output as roff directives\n\
   -R, --right-side-refs          put references at right, not counted in -w\n\
   -S, --sentence-regexp=REGEXP   for end of lines or end of sentences\n\
   -T, --format=tex               generate output as TeX directives\n\
+"), stdout);
+      fputs (_("\
   -W, --word-regexp=REGEXP       use REGEXP to match each keyword\n\
   -b, --break-file=FILE          word break characters in this FILE\n\
   -f, --ignore-case              fold lower case to upper case for sorting\n\
   -g, --gap-size=NUMBER          gap size in columns between output fields\n\
   -i, --ignore-file=FILE         read ignore word list from FILE\n\
   -o, --only-file=FILE           read only word list from this FILE\n\
+"), stdout);
+      fputs (_("\
   -r, --references               first field of each line is a reference\n\
   -t, --typeset-mode               - not implemented -\n\
   -w, --width=NUMBER             output width in columns, reference excluded\n\
@@ -1970,6 +1976,8 @@ the Free Software Foundation; either version 2, or (at your option)\n\
 any later version.\n\
 \n\
 This program is distributed in the hope that it will be useful,\n\
+"), stdout);
+         fputs (_("\
 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
 GNU General Public License for more details.\n\