[limb-svn] r6079 - 3.x/branches/2007.3/limb/tests_runner/src

svn at limb-project.com svn at limb-project.com
Fri Jul 6 15:18:26 MSD 2007


Author: pachanga
Date: 2007-07-06 15:18:26 +0400 (Fri, 06 Jul 2007)
New Revision: 6079
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6079

Modified:
   3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php
Log:
-- better help message

Modified: 3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php
===================================================================
--- 3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php	2007-07-06 08:33:48 UTC (rev 6078)
+++ 3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php	2007-07-06 11:18:26 UTC (rev 6079)
@@ -55,8 +55,10 @@
 
     $usage = <<<EOD
 Usage:
-  limb_unit OPTIONS <file|dir> [<file|dir>, <file|dir>, ...]
+  limb_unit [OPTIONS] <file|dir> [<file1|dir1>, ... <fileN|dirN>]
   Advanced SimpleTest unit tests runner. Finds and executes unit tests within filesystem.
+Arguments:
+  <file|dir> [<file1|dir1>, ... <fileN|dirN>] - a list of files/directories, globs are supported(e.g. '*')
 Options:
   -h, --help                      Displays this help and exit
   -c, --config=/file.php          PHP configuration file path



More information about the limb-svn mailing list