From ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 14 Apr 2021 15:15:45 +0200 Subject: *: --help text tweaks Signed-off-by: Denys Vlasenko --- coreutils/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/wc.c') 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" -- cgit v1.1