diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-14 06:43:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-14 06:43:24 +0000 |
commit | 868e467701ba47024ad01539cccf3aed99d10825 (patch) | |
tree | 8505ed4fbac16cb7d294af555d15f6f7b80c2cd0 /src | |
parent | dfbabfe75826abb183859c88300653dcb8d049a0 (diff) | |
download | coreutils-868e467701ba47024ad01539cccf3aed99d10825.tar.xz |
(usage): Tweak --help output: s/line,/newline,/
Diffstat (limited to 'src')
-rw-r--r-- | src/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |