diff options
author | Joe Watkins <krakjoe@php.net> | 2016-02-10 12:57:48 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2016-02-10 12:57:48 +0000 |
commit | 3ac63df9bc27226c25cca5c87804896d33a7ab4f (patch) | |
tree | 702ecc859c5797febdfb77fc7c91efabb34e7a8b /sapi/cli | |
parent | 98164714eacf22a56ecd3a991bea22a486f0bcc8 (diff) | |
download | php-git-3ac63df9bc27226c25cca5c87804896d33a7ab4f.tar.gz |
be more precise about the meaning of -n
Diffstat (limited to 'sapi/cli')
-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 a387059e27..907f629c01 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -517,7 +517,7 @@ static void php_cli_usage(char *argv0) " -a Run interactively\n" #endif " -c <path>|<file> Look for php.ini file in this directory\n" - " -n No php.ini file will be used\n" + " -n No configuration (ini) files will be used\n" " -d foo[=bar] Define INI entry foo with value 'bar'\n" " -e Generate extended information for debugger/profiler\n" " -f <file> Parse and execute <file>.\n" |