]> granicus.if.org Git - php/commitdiff
Fixed bug#47427 (-s outputs, not displays)
authorHannes Magnusson <bjori@php.net>
Thu, 9 Apr 2009 10:07:24 +0000 (10:07 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 9 Apr 2009 10:07:24 +0000 (10:07 +0000)
sapi/cli/php.1.in
sapi/cli/php_cli.c

index 83acb6e09e3d0b66cc885eaa1cc932c2ac443fbe..81588ee6b43351ba644b25e3eeeed62d6702193f 100644 (file)
@@ -233,7 +233,7 @@ after processing all input lines
 .TP
 .PD 1
 .B \-s
-Display colour syntax highlighted source
+Outputs HTML syntax highlighted source
 .TP
 .PD 0
 .B \-\-version
@@ -247,7 +247,7 @@ Version number
 .TP
 .PD 1
 .B \-w
-Display source with stripped comments and whitespace
+Outputs source with stripped comments and whitespace
 .TP
 .PD 0
 .B \-\-zend\-extension \fIfile\fP
index 1792ac888fdcb6d0ecdd912fc81c18ac7b072b31..814aa382a4445b142a5a181bdd48a944d4506aaa 100644 (file)
@@ -510,9 +510,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               Display colour syntax highlighted source.\n"
+                               "  -s               Outputs HTML syntax highlighted source.\n"
                                "  -v               Version number\n"
-                               "  -w               Display source with stripped comments and whitespace.\n"
+                               "  -w               Outputs 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"