summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-24 20:00:39 +0000
committerJim Meyering <jim@meyering.net>1993-10-24 20:00:39 +0000
commit3bc2827212cbdb43d877ae46a5a3713d807411e8 (patch)
tree9509280b345391caef8a619c753b7680b453fccf /src/split.c
parent6d920eca0c6cae9faf401333316cd3698883fbc2 (diff)
downloadcoreutils-3bc2827212cbdb43d877ae46a5a3713d807411e8.tar.xz
merge with 1.8h
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/split.c b/src/split.c
index 9a1d419b0..323335ee1 100644
--- a/src/split.c
+++ b/src/split.c
@@ -112,9 +112,9 @@ Usage: %s [OPTION] [INPUT [PREFIX]]\n\
program_name);
printf ("\
\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\
- -l, --lines NUMBER put NUMBER lines per output file\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\
+ -l, --lines=NUMBER put NUMBER lines per output file\n\
-NUMBER same as -l NUMBER\n\
--help display this help and exit\n\
--version output version information and exit\n\