summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
commite298f1f300b261e41db1a7516d99693986a2267b (patch)
treead56adabdb5c0877cd3405fe7b9d49232e28a965 /src/split.c
parent81024044659c48de8fa65fc1ea44071bda7db7eb (diff)
downloadcoreutils-e298f1f300b261e41db1a7516d99693986a2267b.tar.xz
(usage): Alphabetize options like sort -f would.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/split.c b/src/split.c
index 114e7bb48..b0800c302 100644
--- a/src/split.c
+++ b/src/split.c
@@ -106,12 +106,12 @@ Usage: %s [OPTION] [INPUT [PREFIX]]\n\
Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default\n\
PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input.\n\
\n\
- -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file\n\
-b, --bytes=SIZE put SIZE bytes per output file\n\
+ -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file\n\
-l, --lines=NUMBER put NUMBER lines per output file\n\
+ -NUMBER same as -l NUMBER\n\
--verbose print a diagnostic to standard error just\n\
before each output file is opened\n\
- -NUMBER same as -l NUMBER\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\