Skip to content

Commit 6cda8a2

Browse files
committed
MFH: Fixed bug#47427 (-s outputs, not displays)
1 parent e27be1e commit 6cda8a2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sapi/cli/php.1.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \fIfile\fP

sapi/cli/php_cli.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)