diff options
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index 99eb9dc..d5238d3 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -80,7 +80,7 @@ //usage: "[-c"IF_UNICODE_SUPPORT("m")"lwL] [FILE]..." //usage: //usage:#define wc_full_usage "\n\n" -//usage: "Count lines, words, and bytes for each FILE (or stdin)\n" +//usage: "Count lines, words, and bytes for FILEs (or stdin)\n" //usage: "\n -c Count bytes" //usage: IF_UNICODE_SUPPORT( //usage: "\n -m Count characters" |