From 0f87dfeec6c38035e6fbcfdd9a33c60c51f9514e Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 12 Jun 2019 13:13:22 -0400 Subject: static_http: Typo in short_help. Type: fix. Change-Id: I48587c5eba6de6de820d348177b6733d0b048013 Signed-off-by: Paul Vinciguerra --- src/plugins/http_static/static_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/http_static') 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, }; -- cgit 1.2.3-korg