svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Sun Oct 7 12:13:58 PDT 2007


Author: vda
Date: 2007-10-07 12:13:55 -0700 (Sun, 07 Oct 2007)
New Revision: 20200

Log:
trim too verbose help messages



Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2007-10-07 18:29:17 UTC (rev 20199)
+++ trunk/busybox/include/usage.h	2007-10-07 19:13:55 UTC (rev 20200)
@@ -3628,7 +3628,7 @@
        "	[-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]\n" \
        "	[-z pausemsecs] host [data size]"
 #define traceroute_full_usage \
-       "Trace the route ip packets follow going to \"host\"" \
+       "Trace the route to \"host\"" \
        "\n\nOptions:\n" \
        "	-F	Set the don't fragment bit\n" \
        "	-I	Use ICMP ECHO instead of UDP datagrams\n" \
@@ -3643,11 +3643,10 @@
        "	-q nqueries	Number of probes per 'ttl' (default 3)\n" \
        "	-s src_addr	IP address to use as the source address\n" \
        "	-t tos		Type-of-service in probe packets (default 0)\n" \
-       "	-w wait		Time in seconds to wait for a response to a probe\n" \
+       "	-w wait		Time in seconds to wait for a response\n" \
        "			(default 3 sec)\n" \
        "	-g		Loose source route gateway (8 max)"
 
-
 #define true_trivial_usage \
        ""
 #define true_full_usage \
@@ -3736,11 +3735,11 @@
        "\n\nOptions:\n" \
        "	-a	Print all information\n" \
        "	-m	The machine (hardware) type\n" \
-       "	-n	Print the machine's network node hostname\n" \
-       "	-r	Print the operating system release\n" \
-       "	-s	Print the operating system name\n" \
-       "	-p	Print the host processor type\n" \
-       "	-v	Print the operating system version"
+       "	-n	Print machine's hostname\n" \
+       "	-r	Print OS release\n" \
+       "	-s	Print OS name\n" \
+       "	-p	Print host processor type\n" \
+       "	-v	Print OS version"
 #define uname_example_usage \
        "$ uname -a\n" \
        "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n"



More information about the busybox-cvs mailing list