diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-11 16:04:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-11 16:04:43 +0000 |
commit | 86bb48200746f2a08b2c248bd82f6f8af16ece4b (patch) | |
tree | 5e52ce2208fc2d143836f9aa2bc33cbd02f44629 /src/fmt.c | |
parent | 436f7c405aa2ec21e643f33c303ab29467359471 (diff) | |
download | coreutils-86bb48200746f2a08b2c248bd82f6f8af16ece4b.tar.xz |
(usage): Split --help output into smaller pieces.
Diffstat (limited to 'src/fmt.c')
-rw-r--r-- | src/fmt.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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\ |