aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 19:13:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 19:13:55 +0000
commit7930bcf7368e42b327b2a234f4e1be897fc25b1d (patch)
treed7729bf5264af15c0c9f7d3af65b9211a5f85e68
parent5037b21478e5c8d101bd1f797c10b4942bece09b (diff)
downloadbusybox-w32-7930bcf7368e42b327b2a234f4e1be897fc25b1d.tar.gz
busybox-w32-7930bcf7368e42b327b2a234f4e1be897fc25b1d.tar.bz2
busybox-w32-7930bcf7368e42b327b2a234f4e1be897fc25b1d.zip
trim too verbose help messages
-rw-r--r--include/usage.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index d7e1dd9f1..0b30ecf35 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3628,7 +3628,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3628 " [-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]\n" \ 3628 " [-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]\n" \
3629 " [-z pausemsecs] host [data size]" 3629 " [-z pausemsecs] host [data size]"
3630#define traceroute_full_usage \ 3630#define traceroute_full_usage \
3631 "Trace the route ip packets follow going to \"host\"" \ 3631 "Trace the route to \"host\"" \
3632 "\n\nOptions:\n" \ 3632 "\n\nOptions:\n" \
3633 " -F Set the don't fragment bit\n" \ 3633 " -F Set the don't fragment bit\n" \
3634 " -I Use ICMP ECHO instead of UDP datagrams\n" \ 3634 " -I Use ICMP ECHO instead of UDP datagrams\n" \
@@ -3643,11 +3643,10 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3643 " -q nqueries Number of probes per 'ttl' (default 3)\n" \ 3643 " -q nqueries Number of probes per 'ttl' (default 3)\n" \
3644 " -s src_addr IP address to use as the source address\n" \ 3644 " -s src_addr IP address to use as the source address\n" \
3645 " -t tos Type-of-service in probe packets (default 0)\n" \ 3645 " -t tos Type-of-service in probe packets (default 0)\n" \
3646 " -w wait Time in seconds to wait for a response to a probe\n" \ 3646 " -w wait Time in seconds to wait for a response\n" \
3647 " (default 3 sec)\n" \ 3647 " (default 3 sec)\n" \
3648 " -g Loose source route gateway (8 max)" 3648 " -g Loose source route gateway (8 max)"
3649 3649
3650
3651#define true_trivial_usage \ 3650#define true_trivial_usage \
3652 "" 3651 ""
3653#define true_full_usage \ 3652#define true_full_usage \
@@ -3736,11 +3735,11 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3736 "\n\nOptions:\n" \ 3735 "\n\nOptions:\n" \
3737 " -a Print all information\n" \ 3736 " -a Print all information\n" \
3738 " -m The machine (hardware) type\n" \ 3737 " -m The machine (hardware) type\n" \
3739 " -n Print the machine's network node hostname\n" \ 3738 " -n Print machine's hostname\n" \
3740 " -r Print the operating system release\n" \ 3739 " -r Print OS release\n" \
3741 " -s Print the operating system name\n" \ 3740 " -s Print OS name\n" \
3742 " -p Print the host processor type\n" \ 3741 " -p Print host processor type\n" \
3743 " -v Print the operating system version" 3742 " -v Print OS version"
3744#define uname_example_usage \ 3743#define uname_example_usage \
3745 "$ uname -a\n" \ 3744 "$ uname -a\n" \
3746 "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n" 3745 "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n"