summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-20 20:00:44 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-20 20:00:44 +0000
commit7e68c7ad96e6e35a305f5193669acecb3432c6a0 (patch)
tree21c19687dddd67845f1c926a4252457b7262261d /src/split.c
parentd183e87cbcb1330f785d561f6571420ee702ae22 (diff)
downloadcoreutils-7e68c7ad96e6e35a305f5193669acecb3432c6a0.tar.xz
(usage): Mention default size.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 8ada6002f..0e877bfc6 100644
--- a/src/split.c
+++ b/src/split.c
@@ -112,7 +112,8 @@ Usage: %s [OPTION] [INPUT [PREFIX]]\n\
program_name);
fputs (_("\
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\
+size is 1000 lines, and default PREFIX is `x'. With no INPUT, or when INPUT\n\
+is -, read standard input.\n\
\n\
"), stdout);
fputs (_("\