Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8ab6563
)
feature: add [verbose] to show features help
54/28254/1
author
Paul Vinciguerra
<
[email protected]
>
Wed, 6 Nov 2019 20:41:45 +0000
(15:41 -0500)
committer
Andrew Yourtchenko
<
[email protected]
>
Wed, 12 Aug 2020 07:43:14 +0000
(07:43 +0000)
Type: fix
Change-Id: Idf694477c18852e5541c28a493a56b302122e46c
Signed-off-by: Paul Vinciguerra <
[email protected]
>
(cherry picked from commit
baa171041bc950f192c147f7b79a8add2299b74a
)
src/vnet/feature/feature.c
patch
|
blob
|
history
diff --git
a/src/vnet/feature/feature.c
b/src/vnet/feature/feature.c
index
6bef262
..
740a7c8
100644
(file)
--- 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* */