From: Marcus Boerger Date: Tue, 11 Feb 2003 20:34:24 +0000 (+0000) Subject: Make that clear X-Git-Tag: RELEASE_0_5~1100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c681320471fd35dc56a27657cb0c3a0b80e1a8c4;p=php Make that clear --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index a109680add..6eaf836887 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -317,7 +317,7 @@ static void php_cli_usage(char *argv0) " -R Run PHP for every input line\n" " -F Parse and execute for every input line\n" " -E Run PHP after processing all input lines\n" - " -H Hide any passed arguments\n" + " -H Hide any passed arguments from external tools.\n" " -s Display colour syntax highlighted source.\n" " -v Version number\n" " -w Display source with stripped comments and whitespace.\n"