bjori           Thu Apr  9 10:20:02 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/sapi/cli   php_cli.c php.1.in 
  Log:
  MFH: Inglés gramática
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.13.2.22.2.24&r2=1.129.2.13.2.22.2.25&diff_format=u
Index: php-src/sapi/cli/php_cli.c
diff -u php-src/sapi/cli/php_cli.c:1.129.2.13.2.22.2.24 
php-src/sapi/cli/php_cli.c:1.129.2.13.2.22.2.25
--- php-src/sapi/cli/php_cli.c:1.129.2.13.2.22.2.24     Thu Apr  9 10:07:56 2009
+++ php-src/sapi/cli/php_cli.c  Thu Apr  9 10:20:02 2009
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_cli.c,v 1.129.2.13.2.22.2.24 2009/04/09 10:07:56 bjori Exp $ */
+/* $Id: php_cli.c,v 1.129.2.13.2.22.2.25 2009/04/09 10:20:02 bjori Exp $ */
 
 #include "php.h"
 #include "php_globals.h"
@@ -506,9 +506,9 @@
                                "  -F <file>        Parse and execute <file> 
for every input line\n"
                                "  -E <end_code>    Run PHP <end_code> after 
processing all input lines\n"
                                "  -H               Hide any passed arguments 
from external tools.\n"
-                               "  -s               Outputs HTML syntax 
highlighted source.\n"
+                               "  -s               Output HTML syntax 
highlighted source.\n"
                                "  -v               Version number\n"
-                               "  -w               Outputs source with 
stripped comments and whitespace.\n"
+                               "  -w               Output source with stripped 
comments and whitespace.\n"
                                "  -z <file>        Load Zend extension 
<file>.\n"
                                "\n"
                                "  args...          Arguments passed to script. 
Use -- args when first argument\n"
http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php.1.in?r1=1.12.2.3.2.3.2.4&r2=1.12.2.3.2.3.2.5&diff_format=u
Index: php-src/sapi/cli/php.1.in
diff -u php-src/sapi/cli/php.1.in:1.12.2.3.2.3.2.4 
php-src/sapi/cli/php.1.in:1.12.2.3.2.3.2.5
--- php-src/sapi/cli/php.1.in:1.12.2.3.2.3.2.4  Thu Apr  9 10:07:56 2009
+++ php-src/sapi/cli/php.1.in   Thu Apr  9 10:20:02 2009
@@ -233,7 +233,7 @@
 .TP
 .PD 1
 .B \-s
-Outputs HTML syntax highlighted source
+Output HTML syntax highlighted source
 .TP
 .PD 0
 .B \-\-version
@@ -247,7 +247,7 @@
 .TP
 .PD 1
 .B \-w
-Outputs source with stripped comments and whitespace
+Output source with stripped comments and whitespace
 .TP
 .PD 0
 .B \-\-zend\-extension \fIfile\fP



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

Reply via email to