summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-04 09:43:16 +0000
committerJim Meyering <jim@meyering.net>2001-11-04 09:43:16 +0000
commitff4121e50e68db095b7248ec6160ff3a660be55a (patch)
treeb5612381c5f63c7b126cba7e74c2f970c09df0b6 /src/split.c
parent4155657f6f6e645cf065d50672290e2f153b9bbc (diff)
downloadcoreutils-ff4121e50e68db095b7248ec6160ff3a660be55a.tar.xz
(usage): Say that
``Mandatory arguments to long options are mandatory for short options too.\n\''
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/split.c b/src/split.c
index 2632819d3..a02e64aa6 100644
--- a/src/split.c
+++ b/src/split.c
@@ -92,6 +92,7 @@ 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\
+Mandatory arguments to long options are mandatory for short options too.\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\