diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-06 15:41:45 -0500 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-08-12 07:43:14 +0000 |
commit | 67cb0f82a1101a12351a2e4b7ba9436a73a75ddc (patch) | |
tree | b9b9b46064e4fe68c6cfc3de5f45b89abcc93577 /src | |
parent | 8ab656321e16cb474836b9f839c799aacf4dbcde (diff) |
feature: add [verbose] to show features help
Type: fix
Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit baa171041bc950f192c147f7b79a8add2299b74a)
Diffstat (limited to 'src')
-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 6bef26257a9..740a7c8e32b 100644 --- a/src/vnet/feature/feature.c +++ b/src/vnet/feature/feature.c @@ -367,7 +367,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* */ |