diff options
author | W-Mark Kubacki <wmark@hurrikane.de> | 2010-05-25 23:12:14 +0200 |
---|---|---|
committer | W-Mark Kubacki <wmark@hurrikane.de> | 2010-05-25 23:12:14 +0200 |
commit | 9db989a370f9a8e262bce2f69b21b4e2b8536746 (patch) | |
tree | 2f045623a5a52d7c556c9d5c3feccce9dd0e2006 | |
parent | 35364e13de7f992baaed35916dc1ef8a0b4d3edd (diff) | |
download | fcgiwrap-9db989a370f9a8e262bce2f69b21b4e2b8536746.tar.xz fcgiwrap-9db989a370f9a8e262bce2f69b21b4e2b8536746.zip |
adjusted option _-c_ help text
-rw-r--r-- | fcgiwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -630,7 +630,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" - " -c 1..x\t\tNumber of processes to prefork\n" + " -c <number>\t\tNumber of processes to prefork\n" " -h\t\t\tShow this help message and exit\n" "\nReport bugs to Grzegorz Nosek <"PACKAGE_BUGREPORT">.\n" PACKAGE_NAME" home page: <http://nginx.localdomain.pl/wiki/FcgiWrap>\n", |