From: Jim Meyering Date: Sat, 14 Apr 2001 06:43:24 +0000 (+0000) Subject: (usage): Tweak --help output: s/line,/newline,/ X-Git-Tag: FILEUTILS-4_0_44~21 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=868e467701ba47024ad01539cccf3aed99d10825;p=thirdparty%2Fcoreutils.git (usage): Tweak --help output: s/line,/newline,/ --- diff --git a/src/wc.c b/src/wc.c index 00bb10c777..c6e447c0c7 100644 --- a/src/wc.c +++ b/src/wc.c @@ -126,7 +126,7 @@ Usage: %s [OPTION]... [FILE]...\n\ "), program_name); printf (_("\ -Print line, word, and byte counts for each FILE, and a total line if\n\ +Print newline, word, and byte counts for each FILE, and a total line if\n\ more than one FILE is specified. With no FILE, or when FILE is -,\n\ read standard input.\n\ -c, --bytes print the byte counts\n\