From 15394ede2f0fc87cbcc5a73c7946e278fc5e8df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 20 Jul 2013 10:49:34 +0200 Subject: [PATCH] fix description in command line help/version --- fcgi-cgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcgi-cgi.c b/fcgi-cgi.c index b00188b..a67b865 100644 --- a/fcgi-cgi.c +++ b/fcgi-cgi.c @@ -22,7 +22,7 @@ #define __STR(x) #x #define ERROR(...) g_printerr("fcgi-cgi.c:" G_STRINGIFY(__LINE__) ": " __VA_ARGS__) -#define PACKAGE_DESC (PACKAGE_NAME " v" PACKAGE_VERSION " - forks and watches multiple instances of a program in the same environment") +#define PACKAGE_DESC (PACKAGE_NAME " v" PACKAGE_VERSION " - FastCGI application to run normal cgi applications") struct fcgi_cgi_server; typedef struct fcgi_cgi_server fcgi_cgi_server;