From 9d4a24c4aab6f98e7f3e3be871b7a8329f154cef Mon Sep 17 00:00:00 2001 From: Matthieu Baerts <matttbe@gmail.com> Date: Sun, 22 Dec 2013 19:33:23 -0500 Subject: [PATCH] net-test: packetdrill: config: fixed typos Fixed typos in the 'usage' message: a few ']' were missing Signed-off-by: Matthieu Baerts <matttbe@gmail.com> --- gtests/net/packetdrill/config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtests/net/packetdrill/config.c b/gtests/net/packetdrill/config.c index a286b265..fe3947af 100644 --- a/gtests/net/packetdrill/config.c +++ b/gtests/net/packetdrill/config.c @@ -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" -- GitLab