diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-23 22:06:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-23 22:06:55 +0000 |
commit | e298f1f300b261e41db1a7516d99693986a2267b (patch) | |
tree | ad56adabdb5c0877cd3405fe7b9d49232e28a965 /src/fmt.c | |
parent | 81024044659c48de8fa65fc1ea44071bda7db7eb (diff) | |
download | coreutils-e298f1f300b261e41db1a7516d99693986a2267b.tar.gz coreutils-e298f1f300b261e41db1a7516d99693986a2267b.tar.bz2 coreutils-e298f1f300b261e41db1a7516d99693986a2267b.zip |
(usage): Alphabetize options like sort -f would.
Diffstat (limited to 'src/fmt.c')
-rw-r--r-- | src/fmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -290,11 +290,11 @@ If no FILE or if FILE is `-', read standard input.\n\ \n\ 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\ -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\ - -p, --prefix=STRING combine only lines having STRING as prefix\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |