diff options
| -rw-r--r-- | sapi/cli/php.1.in | 2 | ||||
| -rw-r--r-- | sapi/cli/php_cli.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 9a3b7119d8..3c3db68965 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -306,7 +306,7 @@ Shows configuration for extension .B name .TP .B \-\-ini -Show ini configuration files +Show configuration file names .SH FILES .TP 15 .B php\-cli.ini diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 909700f3bf..7f0398c899 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -468,7 +468,7 @@ static void php_cli_usage(char *argv0) " args... Arguments passed to script. Use -- args when first argument\n" " starts with - or script is read from stdin\n" "\n" - " --ini Show ini configuration files\n" + " --ini Show configuration file names\n" "\n" #if (HAVE_REFLECTION) " --rf <name> Show information about function <name>.\n" |
