summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/uhttpd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-19 09:30:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-19 09:30:23 +0000
commit42d15c0e27b62c8a7a154837c8d6ce920219ea3e (patch)
tree3f5759320621471868c267bd9023c18e9ad68d40 /contrib/package/uhttpd
parent5f343a22e1a3cfe8736484ae9f239613e6647f9f (diff)
uhttpd: fix usage message
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"