diff options
Diffstat (limited to 'server-tests.php')
| -rwxr-xr-x | server-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-tests.php b/server-tests.php index 5dae09a7b1..e6a86f9708 100755 --- a/server-tests.php +++ b/server-tests.php @@ -420,7 +420,7 @@ class testHarness { public $cwd; public $xargs = array( #arg env var value default description - 'c' => array('' ,'file' ,NULL ,'configuration file, see run-tests-config.php for example'), + 'c' => array('' ,'file' ,NULL ,'configuration file, see server-tests-config.php for example'), 'd' => array('TEST_PATHS' ,'paths' ,NULL ,'colon seperate path list'), 'e' => array('TEST_PHP_ERROR_STYLE','EMACS|MSVC' ,'EMACS' ,'editor error style'), 'h' => array('' ,'' ,NULL ,'this help'), |
