help formatting

This commit is contained in:
Thomas Levine 2016-03-06 10:46:24 +00:00
parent 139152431e
commit 868822758f
1 changed files with 4 additions and 4 deletions

8
urchin
View File

@ -447,10 +447,10 @@ effect when combined with --tap.
-c, --color Print results in color.
-t, --tap Format output in Test Anything Protocol (TAP)
-q, --quiet Print nothing to stdout; the only output is the
exit code (XXX not implemented).
(default verbosity) Print names of failed tests and counts of passed,
failed, and skipped tests.
-q, --quiet Print nothing to stdout;
the only output is the exit code.
(default verbosity) Print names of failed tests and counts
of passed, failed, and skipped tests.
-v Print names of passed tests.
-vv, --verbose Print stdout from failing tests.
-vvv Print stdout from all tests.