From: Hannes Magnusson Date: Thu, 9 Apr 2009 10:19:15 +0000 (+0000) Subject: Englanti kielioppi (Jani) X-Git-Tag: php-5.4.0alpha1~191^2~3943 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=142f8ea005ab52a899e697f67a4e8d489f40c274;p=php Englanti kielioppi (Jani) --- diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 81588ee6b4..aaa4fd0787 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 -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 diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 814aa382a4..d3e44be30c 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -510,9 +510,9 @@ static void php_cli_usage(char *argv0) " -F Parse and execute for every input line\n" " -E Run PHP 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 Load Zend extension .\n" "\n" " args... Arguments passed to script. Use -- args when first argument\n"