From: Paul Vinciguerra Date: Wed, 12 Jun 2019 17:13:22 +0000 (-0400) Subject: static_http: Typo in short_help. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F20099%2F2;p=vpp.git static_http: Typo in short_help. Type: fix. Change-Id: I48587c5eba6de6de820d348177b6733d0b048013 Signed-off-by: Paul Vinciguerra --- diff --git a/src/plugins/http_static/static_server.c b/src/plugins/http_static/static_server.c index 860e03997bd..3471aa7c2a0 100644 --- a/src/plugins/http_static/static_server.c +++ b/src/plugins/http_static/static_server.c @@ -1303,7 +1303,7 @@ http_static_server_create_command_fn (vlib_main_t * vm, VLIB_CLI_COMMAND (http_static_server_create_command, static) = { .path = "http static server", - .short_help = "http static server www-root [prealloc-fios ]\n" + .short_help = "http static server www-root [prealloc-fifos ]\n" "[private-segment-size ] [fifo-size ] [uri ]\n", .function = http_static_server_create_command_fn, };