From a6bc4a03a44ee8a4ab346f0c1a6e21d20a1d29bd Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 5 May 2010 17:06:10 -0700 Subject: [PATCH] ovs-ofctl: Fix usage message for "monitor" command. The "monitor" command takes at most two arguments, and the second one is optional, so express that correctly. --- utilities/ovs-ofctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index d9ee607b..61d0e104 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -162,7 +162,7 @@ usage(void) " add-flows SWITCH FILE add flows from FILE\n" " mod-flows SWITCH FLOW modify actions of matching FLOWs\n" " del-flows SWITCH [FLOW] delete matching FLOWs\n" - " monitor SWITCH MISSLEN EXP print packets received from SWITCH\n" + " monitor SWITCH [MISSLEN] print packets received from SWITCH\n" "\nFor OpenFlow switches and controllers:\n" " probe VCONN probe whether VCONN is up\n" " ping VCONN [N] latency of N-byte echos\n" -- 2.30.2