diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-09 04:38:22 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-09 04:38:22 +0200 |
commit | 65ebbc54d3344a7ab7318b37b85293b4a1848a6e (patch) | |
tree | 1e46a5fcc9963d91f8dddb0c266825329bfc3994 | |
parent | 7fb68f199f037cb69363c8df5c934a27adc699f7 (diff) | |
download | busybox-w32-65ebbc54d3344a7ab7318b37b85293b4a1848a6e.tar.gz busybox-w32-65ebbc54d3344a7ab7318b37b85293b4a1848a6e.tar.bz2 busybox-w32-65ebbc54d3344a7ab7318b37b85293b4a1848a6e.zip |
trim help text
function old new delta
packed_usage 27006 26988 -18
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index d619d9ed7..9d9ad008b 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -501,9 +501,9 @@ | |||
501 | "Clear screen" | 501 | "Clear screen" |
502 | 502 | ||
503 | #define cmp_trivial_usage \ | 503 | #define cmp_trivial_usage \ |
504 | "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]") "]]" | 504 | "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" |
505 | #define cmp_full_usage "\n\n" \ | 505 | #define cmp_full_usage "\n\n" \ |
506 | "Compares FILE1 vs stdin if FILE2 is not specified\n" \ | 506 | "Compare FILE1 with FILE2 (or stdin)\n" \ |
507 | "\nOptions:" \ | 507 | "\nOptions:" \ |
508 | "\n -l Write the byte numbers (decimal) and values (octal)" \ | 508 | "\n -l Write the byte numbers (decimal) and values (octal)" \ |
509 | "\n for all differing bytes" \ | 509 | "\n for all differing bytes" \ |
@@ -512,7 +512,7 @@ | |||
512 | #define comm_trivial_usage \ | 512 | #define comm_trivial_usage \ |
513 | "[-123] FILE1 FILE2" | 513 | "[-123] FILE1 FILE2" |
514 | #define comm_full_usage "\n\n" \ | 514 | #define comm_full_usage "\n\n" \ |
515 | "Compare FILE1 to FILE2, or to stdin if - is specified\n" \ | 515 | "Compare FILE1 with FILE2\n" \ |
516 | "\nOptions:" \ | 516 | "\nOptions:" \ |
517 | "\n -1 Suppress lines unique to FILE1" \ | 517 | "\n -1 Suppress lines unique to FILE1" \ |
518 | "\n -2 Suppress lines unique to FILE2" \ | 518 | "\n -2 Suppress lines unique to FILE2" \ |