uhttpd: fix usage message
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Mar 2010 09:30:23 +0000 (09:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Mar 2010 09:30:23 +0000 (09:30 +0000)
contrib/package/uhttpd/src/uhttpd.c

index a338d29..80029ca 100644 (file)
@@ -523,7 +523,7 @@ int main (int argc, char **argv)
                                        "       -f      Do not fork to background\n"
 #ifdef HAVE_LUA
                                        "       -l      URL prefix for Lua handler, default is '/lua'\n"
                                        "       -f      Do not fork to background\n"
 #ifdef HAVE_LUA
                                        "       -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
 #ifdef HAVE_CGI
                                        "       -c      URL prefix for CGI handler, default is '/cgi-bin'\n"
 #endif
 #ifdef HAVE_CGI
                                        "       -c      URL prefix for CGI handler, default is '/cgi-bin'\n"