uhttpd: fix usage message
This commit is contained in:
parent
5f343a22e1
commit
42d15c0e27
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ int main (int argc, char **argv)
|
||||||
" -f Do not fork to background\n"
|
" -f Do not fork to background\n"
|
||||||
#ifdef HAVE_LUA
|
#ifdef HAVE_LUA
|
||||||
" -l URL prefix for Lua handler, default is '/lua'\n"
|
" -l URL prefix for Lua handler, default is '/lua'\n"
|
||||||
" -L Lua handler script, default is './lua/handler.lua'\n"
|
" -L Lua handler script, omit to disable Lua\n"
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_CGI
|
#ifdef HAVE_CGI
|
||||||
" -c URL prefix for CGI handler, default is '/cgi-bin'\n"
|
" -c URL prefix for CGI handler, default is '/cgi-bin'\n"
|
||||||
|
|
Loading…
Reference in a new issue