From 7b71ec00039a266ccebe6aa4254bb6f7be7090c7 Mon Sep 17 00:00:00 2001 From: Grzegorz Nosek Date: Sun, 3 Feb 2013 14:13:05 +0100 Subject: Add help for -f option --- fcgiwrap.c | 1 + 1 file changed, 1 insertion(+) 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 \t\tNumber of processes to prefork\n" " -s \tSocket to bind to (say -s help for help)\n" " -h\t\t\tShow this help message and exit\n" -- cgit v1.2.3