diff options
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
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" |