fix description in command line help/version

This commit is contained in:
Stefan Bühler 2013-07-20 10:49:34 +02:00
parent ef2ff3f599
commit 15394ede2f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define __STR(x) #x #define __STR(x) #x
#define ERROR(...) g_printerr("fcgi-cgi.c:" G_STRINGIFY(__LINE__) ": " __VA_ARGS__) #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; struct fcgi_cgi_server;
typedef struct fcgi_cgi_server fcgi_cgi_server; typedef struct fcgi_cgi_server fcgi_cgi_server;