uhttpd: fix usage message

This commit is contained in:
Jo-Philipp Wich 2010-03-19 09:30:23 +00:00
parent 5f343a22e1
commit 42d15c0e27

View file

@ -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"