Commit:    f4c38016b634fbacd6daab6e43d0cd57d1ec5357
Author:    Jerome Loyet <f...@php.net>         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 <file>\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

Reply via email to