[git commit master] trim help text

Denys Vlasenko vda.linux at googlemail.com
Sun May 9 02:38:22 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=65ebbc54d3344a7ab7318b37b85293b4a1848a6e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

function                                             old     new   delta
packed_usage                                       27006   26988     -18

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/usage.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/usage.h b/include/usage.h
index d619d9e..9d9ad00 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -501,9 +501,9 @@
        "Clear screen"
 
 #define cmp_trivial_usage \
-       "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]") "]]"
+       "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]"
 #define cmp_full_usage "\n\n" \
-       "Compares FILE1 vs stdin if FILE2 is not specified\n" \
+       "Compare FILE1 with FILE2 (or stdin)\n" \
      "\nOptions:" \
      "\n	-l	Write the byte numbers (decimal) and values (octal)" \
      "\n		for all differing bytes" \
@@ -512,7 +512,7 @@
 #define comm_trivial_usage \
        "[-123] FILE1 FILE2"
 #define comm_full_usage "\n\n" \
-       "Compare FILE1 to FILE2, or to stdin if - is specified\n" \
+       "Compare FILE1 with FILE2\n" \
      "\nOptions:" \
      "\n	-1	Suppress lines unique to FILE1" \
      "\n	-2	Suppress lines unique to FILE2" \
-- 
1.6.3.3



More information about the busybox-cvs mailing list