diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-21 09:58:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-21 09:58:38 +0000 |
commit | e03c1883fc138b5bf8ef9296dc56ead67064c3f2 (patch) | |
tree | f02c10bbee6fd8f4359b74cbb7529bdfa23b9970 | |
parent | b4ed4018202cb776dcbbecf2aad282cdb61b228d (diff) | |
download | coreutils-e03c1883fc138b5bf8ef9296dc56ead67064c3f2.tar.xz |
(usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'.
Reported by Matt Kraai in http://bugs.debian.org/286605
-rw-r--r-- | src/csplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c index 4bc75e283..6ed6c5a9f 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -1446,7 +1446,7 @@ Usage: %s [OPTION]... FILE PATTERN...\n\ "), program_name); fputs (_("\ -Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ...,\n\ +Output pieces of FILE separated by PATTERN(s) to files `xx00', `xx01', ...,\n\ and output byte counts of each piece to standard output.\n\ \n\ "), stdout); |