From: Ben Pfaff Date: Wed, 5 Nov 2008 00:45:21 +0000 (-0800) Subject: Add "execute" to dpctl usage message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c6ec1f77624775264660714db8d93ecdeaac6a;p=openvswitch Add "execute" to dpctl usage message. --- diff --git a/utilities/dpctl.c b/utilities/dpctl.c index e4f6a63a..44e27e8f 100644 --- a/utilities/dpctl.c +++ b/utilities/dpctl.c @@ -232,6 +232,7 @@ usage(void) " mod-flows SWITCH FLOW modify actions of matching FLOWs\n" " del-flows SWITCH [FLOW] delete matching FLOWs\n" " monitor SWITCH print packets received from SWITCH\n" + " execute SWITCH CMD [ARG...] execute CMD with ARGS on SWITCH\n" "\nFor local datapaths, remote switches, and controllers:\n" " probe VCONN probe whether VCONN is up\n" " ping VCONN [N] latency of N-byte echos\n"