summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/uhttpd
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/package/uhttpd')
-rw-r--r--contrib/package/uhttpd/src/uhttpd.c2
1 files changed, 1 insertions, 1 deletions
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"