diff options
author | Hannes Magnusson <bjori@php.net> | 2009-04-09 10:20:02 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2009-04-09 10:20:02 +0000 |
commit | e2576c3504e3ad7977e6489d4e06dc90f4f1f418 (patch) | |
tree | de2ecefa2dd40efda08bbc5d12633aab7f1c0253 /sapi/cli/php_cli.c | |
parent | 6cda8a274a4324d77e94bcb67feab9590abc2088 (diff) | |
download | php-git-e2576c3504e3ad7977e6489d4e06dc90f4f1f418.tar.gz |
MFH: Inglés gramática
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 94b7385eeb..16d9e55dd6 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -506,9 +506,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" |