From 86bb48200746f2a08b2c248bd82f6f8af16ece4b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Nov 2001 16:04:43 +0000 Subject: (usage): Split --help output into smaller pieces. --- src/fmt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fmt.c') diff --git a/src/fmt.c b/src/fmt.c index c7427dba4..f47f25001 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -277,6 +277,9 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -c, --crown-margin preserve indentation of first two lines\n\ -p, --prefix=STRING combine only lines having STRING as prefix\n\ -s, --split-only split long lines, but do not refill\n\ +"), + stdout); + fputs (_("\ -t, --tagged-paragraph indentation of first line different from second\n\ -u, --uniform-spacing one space between words, two after sentences\n\ -w, --width=NUMBER maximum line width (default of 75 columns)\n\ -- cgit v1.2.3-54-g00ecf