policer: improvement show policer cli.
cli show policer's help info is not consistent with it's arguments. Type: improvement Signed-off-by: Huawei LI <lihuawei_zzu@163.com> Change-Id: I8332fe97ba343e98511db9ff1bb6afd6f3c657cd
This commit is contained in:
@ -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* */
|
||||
|
||||
|
Reference in New Issue
Block a user