summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-04-23 20:47:58 +0000
committerMarcus Boerger <helly@php.net>2007-04-23 20:47:58 +0000
commit118fe71b72d66c44bc060e4f14ada7ca25191917 (patch)
treec6ce54d126c1580a23aed78a62cd07717ec9fd06 /sapi/cli/php_cli.c
parent8e500e7749294b07969b7bf1a58a94e966aa7899 (diff)
downloadphp-git-118fe71b72d66c44bc060e4f14ada7ca25191917.tar.gz
- Rephrase as suggested by Chris Jones
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 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"