feature: add [verbose] to show features help 54/28254/1
authorPaul Vinciguerra <[email protected]>
Wed, 6 Nov 2019 20:41:45 +0000 (15:41 -0500)
committerAndrew Yourtchenko <[email protected]>
Wed, 12 Aug 2020 07:43:14 +0000 (07:43 +0000)
Type: fix

Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <[email protected]>
(cherry picked from commit baa171041bc950f192c147f7b79a8add2299b74a)

src/vnet/feature/feature.c

index 6bef262..740a7c8 100644 (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* */