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-7930bcf7368e42b327b2a234f4e1be897fc25b1d.tar.gz
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
" [-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 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
" -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 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
"\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"