From: Ray Kinsella Date: Thu, 27 Apr 2017 08:57:00 +0000 (+0100) Subject: vnet: update help message for intfc state X-Git-Tag: v17.07-rc1~266 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3ef16710dc33b5b27730ced10008e2a69f81e147;p=vpp.git vnet: update help message for intfc state Add useful help information on set interface state. Change-Id: Ibcdcea2849ccaee4cc72bf38d79102beb0d4be11 Signed-off-by: Ray Kinsella --- diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index b17072af5aa..94eb7ea9bef 100644 --- a/src/vnet/interface_cli.c +++ b/src/vnet/interface_cli.c @@ -829,7 +829,7 @@ done: ?*/ VLIB_CLI_COMMAND (set_state_command, static) = { .path = "set interface state", - .short_help = "Set interface state", + .short_help = "set interface state [up|down|punt|enable]", .function = set_state, }; /* *INDENT-ON* */