summaryrefslogtreecommitdiff
path: root/src/csplit.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-12-21 09:58:38 +0000
committerJim Meyering <jim@meyering.net>2004-12-21 09:58:38 +0000
commite03c1883fc138b5bf8ef9296dc56ead67064c3f2 (patch)
treef02c10bbee6fd8f4359b74cbb7529bdfa23b9970 /src/csplit.c
parentb4ed4018202cb776dcbbecf2aad282cdb61b228d (diff)
downloadcoreutils-e03c1883fc138b5bf8ef9296dc56ead67064c3f2.tar.xz
(usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'.
Reported by Matt Kraai in http://bugs.debian.org/286605
Diffstat (limited to 'src/csplit.c')
-rw-r--r--src/csplit.c2
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);