vlib: Trivial - fix typo in short help

Type: fix

Change-Id: Ifada594088984291ce2e79da0bbbbd1f500640c9
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit 43d8cf6fad25ed8d53be38f824739c59a3aff716)
This commit is contained in:
Paul Vinciguerra 2019-10-30 11:14:58 -04:00 committed by Andrew Yourtchenko
parent 8ef3741a27
commit 513a8ffd88

View File

@ -491,7 +491,7 @@ set_log_class (vlib_main_t * vm,
/* *INDENT-OFF* */
VLIB_CLI_COMMAND (cli_set_log, static) = {
.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>]",
.function = set_log_class,
};