summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2016-02-29 19:28:40 +0000
committerJakub Zelenka <bukka@php.net>2016-02-29 19:28:40 +0000
commit80015ba741fc857074050086db6c7b2a4716d6d5 (patch)
tree9e0b85868c092ae83a0df2bd4f33f79ba773aab2 /sapi/cli/php_cli.c
parent4ea2a0fd60cdf75d746909198ea69f1e3e4ba193 (diff)
parent31dc08a904f2a91b582396b6ba118abfd12cf246 (diff)
downloadphp-git-80015ba741fc857074050086db6c7b2a4716d6d5.tar.gz
Merge branch 'PHP-7.0' into openssl_error_store
Diffstat (limited to 'sapi/cli/php_cli.c')
-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 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"