static_http: Typo in short_help. 99/20099/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 12 Jun 2019 17:13:22 +0000 (13:13 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 12 Jun 2019 20:43:09 +0000 (20:43 +0000)
Type: fix.

Change-Id: I48587c5eba6de6de820d348177b6733d0b048013
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/plugins/http_static/static_server.c

index 860e039..3471aa7 100644 (file)
@@ -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,
 };