]> granicus.if.org Git - php/commitdiff
- Rephrase as suggested by Chris Jones
authorMarcus Boerger <helly@php.net>
Mon, 23 Apr 2007 20:47:58 +0000 (20:47 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 23 Apr 2007 20:47:58 +0000 (20:47 +0000)
sapi/cli/php.1.in
sapi/cli/php_cli.c

index 9a3b7119d8069ec644e02b317c8a6030bf24d45e..3c3db68965c9ef96eceb10b07cebb0b1d5a11443 100644 (file)
@@ -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
index 909700f3bfcc1ce34a0ed673808219f4115f1f6e..7f0398c899388304ff0ad2cf3cd6d149b094b5e0 100644 (file)
@@ -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"