X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffeature%2Ffeature.c;h=fd884261258b73adb04020687fddaa83f3cbc301;hb=baa171041bc950f192c147f7b79a8add2299b74a;hp=24960d933ae02c72df32cd79475b44caac02cc33;hpb=9d0ca07f1e4f48968724662e804310d9554d94b8;p=vpp.git 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* */