diff options
author | Grzegorz Nosek <root@localdomain.pl> | 2013-02-03 14:13:05 +0100 |
---|---|---|
committer | Grzegorz Nosek <root@localdomain.pl> | 2013-02-03 14:14:09 +0100 |
commit | 7b71ec00039a266ccebe6aa4254bb6f7be7090c7 (patch) | |
tree | c66d39b01a600665bd2ecd839761af41972438ec | |
parent | d4c32ed0330c44f4edc5355112cafc4e1dc3aaad (diff) | |
download | fcgiwrap-7b71ec00039a266ccebe6aa4254bb6f7be7090c7.tar.xz fcgiwrap-7b71ec00039a266ccebe6aa4254bb6f7be7090c7.zip |
Add help for -f option
-rw-r--r-- | fcgiwrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |