summaryrefslogtreecommitdiff
path: root/sapi/cli
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-02-11 20:34:24 +0000
committerMarcus Boerger <helly@php.net>2003-02-11 20:34:24 +0000
commitc681320471fd35dc56a27657cb0c3a0b80e1a8c4 (patch)
tree56ab86bd3f89ed0bb2eb4b29bc1d58e6386cbf4a /sapi/cli
parent7fec2a3856209cd62bc5d2b2578a7d63f148fa58 (diff)
downloadphp-git-c681320471fd35dc56a27657cb0c3a0b80e1a8c4.tar.gz
Make that clear
Diffstat (limited to 'sapi/cli')
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 1 insertions, 1 deletions
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 <code> Run PHP <code> for every input line\n"
" -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\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"