feature: add [verbose] to show features help
[vpp.git] / 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* */