From e298f1f300b261e41db1a7516d99693986a2267b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Nov 1996 22:06:55 +0000 Subject: (usage): Alphabetize options like sort -f would. --- src/split.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/split.c') 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\ -- cgit v1.2.3-54-g00ecf