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 a338d2925ff75e2c1bb3fc348704ebb05e8abc66..80029ca0959a4fd3f7a15c9e81af31b97e9805eb 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"
-                                       "       -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"