vlib: Trivial - fix typo in short help
Type: fix
Change-Id: Ifada594088984291ce2e79da0bbbbd1f500640c9
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit 43d8cf6fad
)
This commit is contained in:

committed by
Andrew Yourtchenko

parent
8ef3741a27
commit
513a8ffd88
@ -491,7 +491,7 @@ set_log_class (vlib_main_t * vm,
|
|||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
VLIB_CLI_COMMAND (cli_set_log, static) = {
|
VLIB_CLI_COMMAND (cli_set_log, static) = {
|
||||||
.path = "set logging class",
|
.path = "set logging class",
|
||||||
.short_help = "set loggging class <class> [rate-limit <int>] "
|
.short_help = "set logging class <class> [rate-limit <int>] "
|
||||||
"[level <level>] [syslog-level <level>]",
|
"[level <level>] [syslog-level <level>]",
|
||||||
.function = set_log_class,
|
.function = set_log_class,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user