tony2001 Thu Feb 16 06:29:32 2006 UTC
Modified files:
/php-src run-tests.php
Log:
fix typo
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.279&r2=1.280&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.279 php-src/run-tests.php:1.280
--- php-src/run-tests.php:1.279 Sun Feb 12 18:46:07 2006
+++ php-src/run-tests.php Thu Feb 16 06:29:32 2006
@@ -23,7 +23,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: run-tests.php,v 1.279 2006/02/12 18:46:07 helly Exp $ */
+/* $Id: run-tests.php,v 1.280 2006/02/16 06:29:32 tony2001 Exp $ */
/* Sanity check to ensure that pcre extension needed by this script is
available.
* In the event it is not, print a nice error message indicating that this
script will
@@ -405,7 +405,7 @@
$html_output = is_resource($html_file);
break;
case '--version':
- echo '$Revision: 1.279 $'."\n";
+ echo '$Revision: 1.280 $'."\n";
exit(1);
default:
echo "Illegal switch specified!\n";
@@ -446,7 +446,7 @@
-s <file> Write output to <file>.
- -q Quite, no user interaction (same as environment
NO_INTERACTION).
+ -q Quiet, no user interaction (same as environment
NO_INTERACTION).
--verbose
-v Verbose mode.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php