diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-30 11:14:58 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-10-30 19:36:03 +0000 |
commit | 43d8cf6fad25ed8d53be38f824739c59a3aff716 (patch) | |
tree | 18a20f3734b1c17df243069fec9f44f1fa45d0d7 /src | |
parent | 59c110736bb173b9d65ced3020ea794daa0ff000 (diff) |
vlib: Trivial - fix typo in short help
Type: fix
Change-Id: Ifada594088984291ce2e79da0bbbbd1f500640c9
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vlib/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/log.c b/src/vlib/log.c index 578fc942604..e3f0cf45a73 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 <class> [rate-limit <int>] " + .short_help = "set logging class <class> [rate-limit <int>] " "[level <level>] [syslog-level <level>]", .function = set_log_class, }; |