feature: add [verbose] to show features help
Type: fix
Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit baa171041b
)
This commit is contained in:

committed by
Andrew Yourtchenko

parent
8ab656321e
commit
67cb0f82a1
@@ -367,7 +367,7 @@ show_features_command_fn (vlib_main_t * vm,
|
|||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
VLIB_CLI_COMMAND (show_features_command, static) = {
|
VLIB_CLI_COMMAND (show_features_command, static) = {
|
||||||
.path = "show features",
|
.path = "show features",
|
||||||
.short_help = "show features",
|
.short_help = "show features [verbose]",
|
||||||
.function = show_features_command_fn,
|
.function = show_features_command_fn,
|
||||||
};
|
};
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
|
Reference in New Issue
Block a user