[PHP-CVS] com php-src: - fix help message for '-R': sapi/fpm/fpm/fpm_main.c

2012-05-23 Thread Jérôme Loyet
Commit:757e3fc3d5ca6d175c829549f256adc98b7c1f46
Author:Jerome Loyet  Wed, 23 May 2012 10:35:37 +0200
Parents:   06c7c3674b5e205023de7a150d29d78c313143f8
Branches:  PHP-5.4 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=757e3fc3d5ca6d175c829549f256adc98b7c1f46

Log:
- fix help message for '-R'

Changed paths:
  M  sapi/fpm/fpm/fpm_main.c


Diff:
diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c
index dd48ffd..130673f 100644
--- a/sapi/fpm/fpm/fpm_main.c
+++ b/sapi/fpm/fpm/fpm_main.c
@@ -927,8 +927,8 @@ static void php_cgi_usage(char *argv0)
"   Specify the PID file 
location.\n"
"  -y, --fpm-config \n"
"   Specify alternative path to 
FastCGI process manager config file.\n"
-   "  -t, --test   Test FPM configuration and 
exit\n",
-   "  -R, allow-to-run-as-root\n"
+   "  -t, --test   Test FPM configuration and 
exit\n"
+   "  -R, --allow-to-run-as-root\n"
"   Allow pool to run as root 
(disabled by default)\n",
prog, PHP_PREFIX);
 }


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: - Fix help message for '-R': sapi/fpm/fpm/fpm_main.c

2012-05-23 Thread Jérôme Loyet
Commit:f4c38016b634fbacd6daab6e43d0cd57d1ec5357
Author:Jerome Loyet  Wed, 23 May 2012 10:36:45 +0200
Parents:   629273d11b7b345fc3e175d479e3fc08d4087183
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=f4c38016b634fbacd6daab6e43d0cd57d1ec5357

Log:
- Fix help message for '-R'

Changed paths:
  M  sapi/fpm/fpm/fpm_main.c


Diff:
diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c
index 4eed539..95a7623 100644
--- a/sapi/fpm/fpm/fpm_main.c
+++ b/sapi/fpm/fpm/fpm_main.c
@@ -937,7 +937,7 @@ static void php_cgi_usage(char *argv0)
"  -y, --fpm-config \n"
"   Specify alternative path to 
FastCGI process manager config file.\n"
"  -t, --test   Test FPM configuration and 
exit\n"
-   "  -R, allow-to-run-as-root\n"
+   "  -R, --allow-to-run-as-root\n"
"   Allow pool to run as root 
(disabled by default)\n",
 
prog, PHP_PREFIX);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php