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/head.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/head.c') diff --git a/coreutils/head.c b/coreutils/head.c index f49320ef4..ec4512765 100644 --- a/coreutils/head.c +++ b/coreutils/head.c @@ -16,7 +16,6 @@ //usage:#define head_full_usage "\n\n" //usage: "Print first 10 lines of each FILE (or stdin) to stdout.\n" //usage: "With more than one FILE, precede each with a filename header.\n" -//usage: "\nOptions:" //usage: "\n -n N[kbm] Print first N lines" //usage: IF_FEATURE_FANCY_HEAD( //usage: "\n -c N[kbm] Print first N bytes" -- cgit v1.2.3