tony2001                Thu Feb 16 06:29:40 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    run-tests.php 
  Log:
  fix typo
  
  
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.31&r2=1.226.2.32&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.226.2.31 php-src/run-tests.php:1.226.2.32
--- php-src/run-tests.php:1.226.2.31    Sun Feb 12 18:51:12 2006
+++ php-src/run-tests.php       Thu Feb 16 06:29:40 2006
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.226.2.31 2006/02/12 18:51:12 helly Exp $ */
+/* $Id: run-tests.php,v 1.226.2.32 2006/02/16 06:29:40 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
@@ -387,7 +387,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo '$Revision: 1.226.2.31 $'."\n";
+                                       echo '$Revision: 1.226.2.32 $'."\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch '$switch' 
specified!\n";
@@ -427,7 +427,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

Reply via email to