diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/interface_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <if-name> [up|down|punt|enable]", .function = set_state, }; /* *INDENT-ON* */ |