From: Paul Vinciguerra Date: Wed, 30 Oct 2019 15:14:58 +0000 (-0400) Subject: vlib: Trivial - fix typo in short help X-Git-Tag: v19.08.2~113 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F23252%2F2;p=vpp.git vlib: Trivial - fix typo in short help Type: fix Change-Id: Ifada594088984291ce2e79da0bbbbd1f500640c9 Signed-off-by: Paul Vinciguerra (cherry picked from commit 43d8cf6fad25ed8d53be38f824739c59a3aff716) --- diff --git a/src/vlib/log.c b/src/vlib/log.c index 9fc0ee5c35b..b11d0815aef 100644 --- a/src/vlib/log.c +++ b/src/vlib/log.c @@ -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 [rate-limit ] " + .short_help = "set logging class [rate-limit ] " "[level ] [syslog-level ]", .function = set_log_class, };