From e03c1883fc138b5bf8ef9296dc56ead67064c3f2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 21 Dec 2004 09:58:38 +0000 Subject: (usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'. Reported by Matt Kraai in http://bugs.debian.org/286605 --- src/csplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/csplit.c') 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); -- cgit v1.2.3-54-g00ecf