From f2c6ec1f77624775264660714db8d93ecdeaac6a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 4 Nov 2008 16:45:21 -0800 Subject: [PATCH] Add "execute" to dpctl usage message. --- utilities/dpctl.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2