]> granicus.if.org Git - php/commitdiff
MFH: Inglés gramática
authorHannes Magnusson <bjori@php.net>
Thu, 9 Apr 2009 10:20:02 +0000 (10:20 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 9 Apr 2009 10:20:02 +0000 (10:20 +0000)
sapi/cli/php.1.in
sapi/cli/php_cli.c

index c81684a15107ba2014cbb5b4f14d9ad1919bc52d..e2d5b937104144da8967ceb49c1e41c0b51c599e 100644 (file)
@@ -233,7 +233,7 @@ after processing all input lines
 .TP
 .PD 1
 .B \-s
-Outputs HTML syntax highlighted source
+Output HTML syntax highlighted source
 .TP
 .PD 0
 .B \-\-version
@@ -247,7 +247,7 @@ Version number
 .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
index 94b7385eebd21f2c9e21525d4debdd9cf9cd0a02..16d9e55dd63c18d9b4bc4efedfd5c07ace55b4b2 100644 (file)
@@ -506,9 +506,9 @@ static void php_cli_usage(char *argv0)
                                "  -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"