From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- coreutils/wc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/wc.c') diff --git a/coreutils/wc.c b/coreutils/wc.c index 6e22c66c8..a410e407a 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -64,7 +64,6 @@ //usage: //usage:#define wc_full_usage "\n\n" //usage: "Count lines, words, and bytes for each FILE (or stdin)\n" -//usage: "\nOptions:" //usage: "\n -c Count bytes" //usage: IF_UNICODE_SUPPORT( //usage: "\n -m Count characters" -- cgit v1.2.3-55-g6feb