ovs-ofctl: Fix usage message for "monitor" command.
authorBen Pfaff <blp@nicira.com>
Thu, 6 May 2010 00:06:10 +0000 (17:06 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 11 May 2010 19:20:58 +0000 (12:20 -0700)
The "monitor" command takes at most two arguments, and the second one is
optional, so express that correctly.

utilities/ovs-ofctl.c

index d9ee607..61d0e10 100644 (file)
@@ -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"