]> granicus.if.org Git - php/commitdiff
be more precise about the meaning of -n
authorJoe Watkins <krakjoe@php.net>
Wed, 10 Feb 2016 12:57:48 +0000 (12:57 +0000)
committerJoe Watkins <krakjoe@php.net>
Wed, 10 Feb 2016 12:57:48 +0000 (12:57 +0000)
sapi/cli/php_cli.c

index a387059e27d8bef686140d034a66c52a3d71ebb7..907f629c01300cbe6555dd7c164a46802db9c72f 100644 (file)
@@ -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"