File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ after processing all input lines
233233.TP
234234.PD 1
235235.B \- s
236- Display colour syntax highlighted source
236+ Outputs HTML syntax highlighted source
237237.TP
238238.PD 0
239239.B \-\- version
@@ -247,7 +247,7 @@ Version number
247247.TP
248248.PD 1
249249.B \- w
250- Display source with stripped comments and whitespace
250+ Outputs source with stripped comments and whitespace
251251.TP
252252.PD 0
253253.B \-\- zend\-extension \fI file \fP
Original file line number Diff line number Diff line change @@ -506,9 +506,9 @@ static void php_cli_usage(char *argv0)
506506 " -F <file> Parse and execute <file> for every input line\n"
507507 " -E <end_code> Run PHP <end_code> after processing all input lines\n"
508508 " -H Hide any passed arguments from external tools.\n"
509- " -s Display colour syntax highlighted source.\n"
509+ " -s Outputs HTML syntax highlighted source.\n"
510510 " -v Version number\n"
511- " -w Display source with stripped comments and whitespace.\n"
511+ " -w Outputs source with stripped comments and whitespace.\n"
512512 " -z <file> Load Zend extension <file>.\n"
513513 "\n"
514514 " args... Arguments passed to script. Use -- args when first argument\n"
You can’t perform that action at this time.
0 commit comments