mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fixed bug#47427 (-s outputs, not displays)
This commit is contained in:
parent
7fc6364ef9
commit
b9c166f76e
2 changed files with 4 additions and 4 deletions
|
@ -233,7 +233,7 @@ after processing all input lines
|
||||||
.TP
|
.TP
|
||||||
.PD 1
|
.PD 1
|
||||||
.B \-s
|
.B \-s
|
||||||
Display colour syntax highlighted source
|
Outputs HTML syntax highlighted source
|
||||||
.TP
|
.TP
|
||||||
.PD 0
|
.PD 0
|
||||||
.B \-\-version
|
.B \-\-version
|
||||||
|
@ -247,7 +247,7 @@ Version number
|
||||||
.TP
|
.TP
|
||||||
.PD 1
|
.PD 1
|
||||||
.B \-w
|
.B \-w
|
||||||
Display source with stripped comments and whitespace
|
Outputs source with stripped comments and whitespace
|
||||||
.TP
|
.TP
|
||||||
.PD 0
|
.PD 0
|
||||||
.B \-\-zend\-extension \fIfile\fP
|
.B \-\-zend\-extension \fIfile\fP
|
||||||
|
|
|
@ -510,9 +510,9 @@ static void php_cli_usage(char *argv0)
|
||||||
" -F <file> Parse and execute <file> for every input line\n"
|
" -F <file> Parse and execute <file> for every input line\n"
|
||||||
" -E <end_code> Run PHP <end_code> after processing all input lines\n"
|
" -E <end_code> Run PHP <end_code> after processing all input lines\n"
|
||||||
" -H Hide any passed arguments from external tools.\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"
|
" -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"
|
" -z <file> Load Zend extension <file>.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" args... Arguments passed to script. Use -- args when first argument\n"
|
" args... Arguments passed to script. Use -- args when first argument\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue