1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Englanti kielioppi (Jani)

This commit is contained in:
Hannes Magnusson
2009-04-09 10:19:15 +00:00
parent b9c166f76e
commit 142f8ea005
2 changed files with 4 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ after processing all input lines
.TP
.PD 1
.B \-s
Outputs HTML syntax highlighted source
Output HTML syntax highlighted source
.TP
.PD 0
.B \-\-version
@@ -247,7 +247,7 @@ Version number
.TP
.PD 1
.B \-w
Outputs source with stripped comments and whitespace
Output source with stripped comments and whitespace
.TP
.PD 0
.B \-\-zend\-extension \fIfile\fP

View 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 Outputs HTML syntax highlighted source.\n"
" -s Output HTML syntax highlighted source.\n"
" -v Version number\n"
" -w Outputs source with stripped comments and whitespace.\n"
" -w Output 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"