From 42d15c0e27b62c8a7a154837c8d6ce920219ea3e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 19 Mar 2010 09:30:23 +0000 Subject: [PATCH] uhttpd: fix usage message --- contrib/package/uhttpd/src/uhttpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/uhttpd/src/uhttpd.c b/contrib/package/uhttpd/src/uhttpd.c index a338d2925..80029ca09 100644 --- a/contrib/package/uhttpd/src/uhttpd.c +++ b/contrib/package/uhttpd/src/uhttpd.c @@ -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" -- 2.11.0