Add -a and -A option to the usage.
MFC after: 1 week
This commit is contained in:
parent
f638b8eae1
commit
8120b09fe9
@ -1448,7 +1448,8 @@ usage()
|
||||
{
|
||||
|
||||
fprintf(stderr,
|
||||
"usage: traceroute6 [-dIlnNrUv] [-f firsthop] [-g gateway] [-m hoplimit]\n"
|
||||
" [-p port] [-q probes] [-s src] [-w waittime] target [datalen]\n");
|
||||
"usage: traceroute6 [-adIlnNrUv] [-A as_server] [-f firsthop] [-g gateway]\n"
|
||||
" [-m hoplimit] [-p port] [-q probes] [-s src] [-w waittime] target\n"
|
||||
" [datalen]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user