helly           Mon Apr 23 20:47:58 2007 UTC

  Modified files:              
    /php-src/sapi/cli   php.1.in php_cli.c 
  Log:
  - Rephrase as suggested by Chris Jones
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.18&r2=1.19&diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.18 php-src/sapi/cli/php.1.in:1.19
--- php-src/sapi/cli/php.1.in:1.18      Mon Apr 23 20:17:19 2007
+++ php-src/sapi/cli/php.1.in   Mon Apr 23 20:47:58 2007
@@ -306,7 +306,7 @@
 .B name
 .TP
 .B \-\-ini
-Show ini configuration files
+Show configuration file names
 .SH FILES
 .TP 15
 .B php\-cli.ini
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.172&r2=1.173&diff_format=u
Index: php-src/sapi/cli/php_cli.c
diff -u php-src/sapi/cli/php_cli.c:1.172 php-src/sapi/cli/php_cli.c:1.173
--- php-src/sapi/cli/php_cli.c:1.172    Mon Apr 23 20:17:19 2007
+++ php-src/sapi/cli/php_cli.c  Mon Apr 23 20:47:58 2007
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_cli.c,v 1.172 2007/04/23 20:17:19 helly Exp $ */
+/* $Id: php_cli.c,v 1.173 2007/04/23 20:47:58 helly Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -468,7 +468,7 @@
                                "  args...          Arguments passed to script. 
Use -- args when first argument\n"
                                "                   starts with - or script is 
read from stdin\n"
                                "\n"
-                               "  --ini            Show ini configuration 
files\n"
+                               "  --ini            Show configuration file 
names\n"
                                "\n"
 #if (HAVE_REFLECTION)
                                "  --rf <name>      Show information about 
function <name>.\n"

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

Reply via email to