diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-06 15:41:45 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-12-17 18:26:07 +0000 |
commit | baa171041bc950f192c147f7b79a8add2299b74a (patch) | |
tree | 30f5fe4d77146103ef2ecd86a1e74f94b7ce1295 /src/vnet | |
parent | 9d0ca07f1e4f48968724662e804310d9554d94b8 (diff) |
feature: add [verbose] to show features help
Type: fix
Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/feature/feature.c | 2 |
1 files changed, 1 insertions, 1 deletions
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* */ |