Fix typo in syntax help

git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@36 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
master
Stefan Bühler 14 years ago
parent d66cc436c9
commit ba17410c53

@ -386,7 +386,7 @@ static void show_help () {
" -C <childs> (PHP only) numbers of childs to spawn (default: not setting\n" \
" the PHP_FCGI_CHILDREN env var - php defaults to 0)\n" \
" -F <childs> numbers of childs to fork (default 1)\n" \
" -P <path> name of PID-file for spawed process (ignored in no-fork mode)\n" \
" -P <path> name of PID-file for spawned process (ignored in no-fork mode)\n" \
" -n no fork (for daemontools)\n" \
" -v show version\n" \
" -?, -h show this help\n" \

Loading…
Cancel
Save