diff options
-rw-r--r-- | src/vnet/policer/policer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/policer/policer.c b/src/vnet/policer/policer.c index 0513563e1ec..9dd50b83d24 100644 --- a/src/vnet/policer/policer.c +++ b/src/vnet/policer/policer.c @@ -778,9 +778,9 @@ show_policer_command_fn (vlib_main_t * vm, /* *INDENT-OFF* */ VLIB_CLI_COMMAND (show_policer_command, static) = { - .path = "show policer", - .short_help = "show policer [name]", - .function = show_policer_command_fn, + .path = "show policer", + .short_help = "show policer [name <name>]", + .function = show_policer_command_fn, }; /* *INDENT-ON* */ |