Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
87d6633
)
static_http: Typo in short_help.
99/20099/2
author
Paul Vinciguerra
<
[email protected]
>
Wed, 12 Jun 2019 17:13:22 +0000
(13:13 -0400)
committer
Florin Coras
<
[email protected]
>
Wed, 12 Jun 2019 20:43:09 +0000
(20:43 +0000)
Type: fix.
Change-Id: I48587c5eba6de6de820d348177b6733d0b048013
Signed-off-by: Paul Vinciguerra <
[email protected]
>
src/plugins/http_static/static_server.c
patch
|
blob
|
history
diff --git
a/src/plugins/http_static/static_server.c
b/src/plugins/http_static/static_server.c
index
860e039
..
3471aa7
100644
(file)
--- 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-fi
f
os <nn>]\n"
"[private-segment-size <nnMG>] [fifo-size <nbytes>] [uri <uri>]\n",
.function = http_static_server_create_command_fn,
};