Skip to content
Snippets Groups Projects
Commit 9d4a24c4 authored by Matthieu Baerts's avatar Matthieu Baerts Committed by Neal Cardwell
Browse files

net-test: packetdrill: config: fixed typos


Fixed typos in the 'usage' message: a few ']' were missing

Signed-off-by: default avatarMatthieu Baerts <matttbe@gmail.com>
parent 82239e6d
No related branches found
No related tags found
No related merge requests found
......@@ -103,9 +103,9 @@ void show_usage(void)
"\t[--local_ip=local_ip]\n"
"\t[--gateway_ip=gateway_ip]\n"
"\t[--netmask_ip=netmask_ip]\n"
"\t[--init_scripts=<comma separated filenames>\n"
"\t[--speed=<speed in Mbps>\n"
"\t[--mtu=<MTU in bytes>\n"
"\t[--init_scripts=<comma separated filenames>]\n"
"\t[--speed=<speed in Mbps>]\n"
"\t[--mtu=<MTU in bytes>]\n"
"\t[--tolerance_usecs=tolerance_usecs]\n"
"\t[--tcp_ts_tick_usecs=<microseconds per TCP TS val tick>]\n"
"\t[--non_fatal=<comma separated types: packet,syscall>]\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment