aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2013-02-03 14:13:05 +0100
committerFurkan Sahin <furkan-dev@proton.me>2013-02-03 14:13:05 +0100
commitcb1078b0e08a9da29c4389819e2371771cf8a0a5 (patch)
treec66d39b01a600665bd2ecd839761af41972438ec
parent6641941e8b6b547ddeaafe529309bd41c381439f (diff)
Add help for -f option
-rw-r--r--fcgiwrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fcgiwrap.c b/fcgiwrap.c
index b865295..99b71db 100644
--- a/fcgiwrap.c
+++ b/fcgiwrap.c
@@ -769,6 +769,7 @@ int main(int argc, char **argv)
printf("Usage: %s [OPTION]\nInvokes CGI scripts as FCGI.\n\n"
PACKAGE_NAME" version "PACKAGE_VERSION"\n\n"
"Options are:\n"
+ " -f\t\t\tSend CGI's stderr over FastCGI\n"
" -c <number>\t\tNumber of processes to prefork\n"
" -s <socket_url>\tSocket to bind to (say -s help for help)\n"
" -h\t\t\tShow this help message and exit\n"