From: Jim Meyering Date: Tue, 21 Dec 2004 09:58:38 +0000 (+0000) Subject: (usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'. X-Git-Tag: v5.3.0~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e03c1883fc138b5bf8ef9296dc56ead67064c3f2;p=thirdparty%2Fcoreutils.git (usage): Say the default names are `xx00, xx01, ...', not `xx01, xx02, ...'. Reported by Matt Kraai in http://bugs.debian.org/286605 --- diff --git a/src/csplit.c b/src/csplit.c index 4bc75e283d..6ed6c5a9f5 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);