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 --- miscutils/strings.c | 1 - 1 file changed, 1 deletion(-) (limited to 'miscutils/strings.c') diff --git a/miscutils/strings.c b/miscutils/strings.c index 6e8b9aefc..9f5018244 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c @@ -11,7 +11,6 @@ //usage: "[-afo] [-n LEN] [FILE]..." //usage:#define strings_full_usage "\n\n" //usage: "Display printable strings in a binary file\n" -//usage: "\nOptions:" //usage: "\n -a Scan whole file (default)" //usage: "\n -f Precede strings with filenames" //usage: "\n -n LEN At least LEN characters form a string (default 4)" -- cgit v1.2.3