From: Paul Vinciguerra Date: Wed, 6 Nov 2019 20:41:45 +0000 (-0500) Subject: feature: add [verbose] to show features help X-Git-Tag: v20.05-rc0~150 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=baa171041bc950f192c147f7b79a8add2299b74a feature: add [verbose] to show features help Type: fix Change-Id: Idf694477c18852e5541c28a493a56b302122e46c Signed-off-by: Paul Vinciguerra --- diff --git a/src/vnet/feature/feature.c b/src/vnet/feature/feature.c index 24960d933ae..fd884261258 100644 --- a/src/vnet/feature/feature.c +++ b/src/vnet/feature/feature.c @@ -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* */