aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-06 16:08:33 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-06 16:08:33 +0000
commit45a8ed89c69f95fa35f139a7c9ddb3874b13de46 (patch)
treee079fe949b391fc103b6329c1d12149fd8a7bfda /include/usage.h
parent1443487c924cff2f664811d1d45bff3fe59a8408 (diff)
downloadbusybox-45a8ed89c69f95fa35f139a7c9ddb3874b13de46.tar.gz
- sync traceroute with Slackware-10.1
(support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt_complementally="x-x" as trigger now
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 9227025b2..36d43cb39 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2921,12 +2921,16 @@
"hello world\n"
#define traceroute_trivial_usage \
- "[-dnrv] [-m max_ttl] [-p port#] [-q nqueries]\n" \
- "\t[-s src_addr] [-t tos] [-w wait] host [data size]"
+ "[-FIldnrv] [-f 1st_ttl] [-m max_ttl] [-p port#] [-q nqueries]\n" \
+ "\t[-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]\n" \
+ "\t[-z pausemsecs] host [data size]"
#define traceroute_full_usage \
"trace the route ip packets follow going to \"host\"\n" \
"Options:\n" \
- "\t-d\tset SO_DEBUG options to socket\n" \
+ "\t-F\tSet the don't fragment bit\n" \
+ "\t-I\tUse ICMP ECHO instead of UDP datagrams\n" \
+ "\t-l\tDisplay the ttl value of the returned packet\n" \
+ "\t-d\tSet SO_DEBUG options to socket\n" \
"\t-n\tPrint hop addresses numerically rather than symbolically\n" \
"\t-r\tBypass the normal routing tables and send directly to a host\n" \
"\t-v\tVerbose output\n" \
@@ -2939,7 +2943,8 @@
"\t-t tos\tSet the type-of-service in probe packets to the following value\n" \
"\t\t(default 0)\n" \
"\t-w wait\tSet the time (in seconds) to wait for a response to a probe\n" \
- "\t\t(default 3 sec.)"
+ "\t\t(default 3 sec.)\n" \
+ "\t-g\tSpecify a loose source route gateway (8 maximum)"
#define true_trivial_usage \