From 868822758fef0cebf7fdda9110a2ebc397e4bbf7 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 6 Mar 2016 10:46:24 +0000 Subject: [PATCH] help formatting --- urchin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/urchin b/urchin index 4b43870..35ed9b0 100755 --- a/urchin +++ b/urchin @@ -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.