feature: add [verbose] to show features help

Type: fix

Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit baa171041bc950f192c147f7b79a8add2299b74a)
This commit is contained in:
Paul Vinciguerra 2019-11-06 15:41:45 -05:00 committed by Andrew Yourtchenko
parent 8ab656321e
commit 67cb0f82a1

View File

@ -367,7 +367,7 @@ show_features_command_fn (vlib_main_t * vm,
/* *INDENT-OFF* */
VLIB_CLI_COMMAND (show_features_command, static) = {
.path = "show features",
.short_help = "show features",
.short_help = "show features [verbose]",
.function = show_features_command_fn,
};
/* *INDENT-ON* */