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 --- editors/awk.c | 3 +-- editors/cmp.c | 1 - editors/diff.c | 1 - editors/sed.c | 3 +-- editors/vi.c | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) (limited to 'editors') diff --git a/editors/awk.c b/editors/awk.c index 9d38b1f88..7685546e5 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -10,8 +10,7 @@ //usage:#define awk_trivial_usage //usage: "[OPTIONS] [AWK_PROGRAM] [FILE]..." //usage:#define awk_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -v VAR=VAL Set variable" +//usage: " -v VAR=VAL Set variable" //usage: "\n -F SEP Use SEP as field separator" //usage: "\n -f FILE Read program from FILE" diff --git a/editors/cmp.c b/editors/cmp.c index 3a0f5aa4f..fbe6b9753 100644 --- a/editors/cmp.c +++ b/editors/cmp.c @@ -14,7 +14,6 @@ //usage: "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" //usage:#define cmp_full_usage "\n\n" //usage: "Compare FILE1 with FILE2 (or stdin)\n" -//usage: "\nOptions:" //usage: "\n -l Write the byte numbers (decimal) and values (octal)" //usage: "\n for all differing bytes" //usage: "\n -s Quiet" diff --git a/editors/diff.c b/editors/diff.c index 8b1e92783..8c0a31f47 100644 --- a/editors/diff.c +++ b/editors/diff.c @@ -81,7 +81,6 @@ //usage:#define diff_full_usage "\n\n" //usage: "Compare files line by line and output the differences between them.\n" //usage: "This implementation supports unified diffs only.\n" -//usage: "\nOptions:" //usage: "\n -a Treat all files as text" //usage: "\n -b Ignore changes in the amount of whitespace" //usage: "\n -B Ignore changes whose lines are all blank" diff --git a/editors/sed.c b/editors/sed.c index 99e56ff52..5c4e9cc3b 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -59,8 +59,7 @@ //usage:#define sed_trivial_usage //usage: "[-efinr] SED_CMD [FILE]..." //usage:#define sed_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -e CMD Add CMD to sed commands to be executed" +//usage: " -e CMD Add CMD to sed commands to be executed" //usage: "\n -f FILE Add FILE contents to sed commands to be executed" //usage: "\n -i Edit files in-place (else sends result to stdout)" //usage: "\n -n Suppress automatic printing of pattern space" diff --git a/editors/vi.c b/editors/vi.c index e1f3724cc..3656fee95 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -25,7 +25,6 @@ //usage: "[OPTIONS] [FILE]..." //usage:#define vi_full_usage "\n\n" //usage: "Edit FILE\n" -//usage: "\nOptions:" //usage: IF_FEATURE_VI_COLON( //usage: "\n -c Initial command to run ($EXINIT also available)" //usage: ) -- cgit v1.2.3