aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-06-12 13:13:22 -0400
committerFlorin Coras <florin.coras@gmail.com>2019-06-12 20:43:09 +0000
commit0f87dfeec6c38035e6fbcfdd9a33c60c51f9514e (patch)
treedb88ab3f75433df05fe5ad279c6a79feffbd567d /src/plugins/http_static
parent87d663337931be870891a809cf86d1ee1974fedf (diff)
static_http: Typo in short_help.
Type: fix. Change-Id: I48587c5eba6de6de820d348177b6733d0b048013 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/http_static')
-rw-r--r--src/plugins/http_static/static_server.c2
1 files changed, 1 insertions, 1 deletions
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 <path> [prealloc-fios <nn>]\n"
+ .short_help = "http static server www-root <path> [prealloc-fifos <nn>]\n"
"[private-segment-size <nnMG>] [fifo-size <nbytes>] [uri <uri>]\n",
.function = http_static_server_create_command_fn,
};