diff options
author | Hannes Magnusson <bjori@php.net> | 2009-04-09 10:07:24 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2009-04-09 10:07:24 +0000 |
commit | b9c166f76e203657c036ca596ac32371665029c4 (patch) | |
tree | f7e5affed90d4e0ce90c6ea37021c39618c0d0e8 /sapi/cli/php.1.in | |
parent | 7fc6364ef9204677b01d65010aca6af054e0f89d (diff) | |
download | php-git-b9c166f76e203657c036ca596ac32371665029c4.tar.gz |
Fixed bug#47427 (-s outputs, not displays)
Diffstat (limited to 'sapi/cli/php.1.in')
-rw-r--r-- | sapi/cli/php.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 83acb6e09e..81588ee6b4 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -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 |