aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h25
1 files changed, 22 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index 5870924..e83abbd 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1061,9 +1061,28 @@
"todo"
#define evtraceroute_trivial_usage \
- "todo"
-#define evtraceroute_full_usage "\n\n" \
- "todo"
+ "-[46FIrTU] [-a <paris mod>] [-c <count>] [-f <hop>]" \
+"\n [-g <gap>] [-m <hop>] [-w <ms>] [-z <ms>] [-A <string>] [-O <file>]" \
+"\n [-S <size>]"
+
+#define evtraceroute_full_usage "\n" \
+ "\n -4 Use IPv4 (default)" \
+ "\n -6 Use IPv6" \
+ "\n -F Don't fragment" \
+ "\n -I Use ICMP" \
+ "\n -r Name resolution during each run" \
+ "\n -T Use TCP" \
+ "\n -U Use UDP (default)" \
+ "\n -a <paris modulus> Enables Paris-traceroute" \
+ "\n -c <count> #packets per hop" \
+ "\n -f <hop> Starting hop" \
+ "\n -g <gap> Gap limit" \
+ "\n -m <hop> Max hops" \
+ "\n -w <timeout> No reply timeout (ms)" \
+ "\n -z <timeout> Dup timeout (ms)" \
+ "\n -A <string> Atlas measurement ID" \
+ "\n -O <file> Name of output file" \
+ "\n -S <size> Size of packet" \
#define expand_trivial_usage \
"[-i] [-t NUM] [FILE|-]"