From 9db989a370f9a8e262bce2f69b21b4e2b8536746 Mon Sep 17 00:00:00 2001 From: W-Mark Kubacki Date: Tue, 25 May 2010 23:12:14 +0200 Subject: adjusted option _-c_ help text --- fcgiwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fcgiwrap.c') 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 \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: \n", -- cgit v1.2.3