feature: add [verbose] to show features help 98/23298/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 6 Nov 2019 20:41:45 +0000 (15:41 -0500)
committerDamjan Marion <dmarion@me.com>
Tue, 17 Dec 2019 18:26:07 +0000 (18:26 +0000)
Type: fix

Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/vnet/feature/feature.c

index 24960d9..fd88426 100644 (file)
@@ -396,7 +396,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* */