Skip to content

Commit

Permalink
file -> socket
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 26, 2006
1 parent fb475b6 commit 5e23b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/TextUI/Command.php
Expand Up @@ -366,7 +366,7 @@ public static function showHelp()
PHPUnit_TextUI_TestRunner::printVersionString();

print "Usage: phpunit [switches] UnitTest [UnitTest.php]\n\n" .
" --log-eclipse <file> Log test execution in Eclipse/JSON format to file.\n";
" --log-eclipse <socket> Log test execution in Eclipse/JSON format to socket.\n";

if (class_exists('Image_GraphViz', FALSE)) {
print " --log-graphviz <file> Log test execution in GraphViz markup.\n";
Expand Down

0 comments on commit 5e23b94

Please sign in to comment.