(usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'.
authorJim Meyering <jim@meyering.net>
Tue, 21 Dec 2004 09:58:38 +0000 (09:58 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 Dec 2004 09:58:38 +0000 (09:58 +0000)
Reported by Matt Kraai in http://bugs.debian.org/286605

src/csplit.c

index 4bc75e2..6ed6c5a 100644 (file)
@@ -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);