summaryrefslogtreecommitdiff
path: root/fcgiwrap.c
diff options
context:
space:
mode:
authorW-Mark Kubacki <wmark@hurrikane.de>2010-05-25 23:12:14 +0200
committerW-Mark Kubacki <wmark@hurrikane.de>2010-05-25 23:12:14 +0200
commit9db989a370f9a8e262bce2f69b21b4e2b8536746 (patch)
tree2f045623a5a52d7c556c9d5c3feccce9dd0e2006 /fcgiwrap.c
parent35364e13de7f992baaed35916dc1ef8a0b4d3edd (diff)
downloadfcgiwrap-9db989a370f9a8e262bce2f69b21b4e2b8536746.tar.xz
fcgiwrap-9db989a370f9a8e262bce2f69b21b4e2b8536746.zip
adjusted option _-c_ help text
Diffstat (limited to 'fcgiwrap.c')
-rw-r--r--fcgiwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fcgiwrap.c b/fcgiwrap.c
index cd58ca1..2df84bb 100644
--- a/fcgiwrap.c
+++ b/fcgiwrap.c
@@ -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",