Updated Command line (markdown)

philsquared
2010-12-30 08:57:02 -08:00
parent 6b1f900dc5
commit 9e12fa7994

@@ -8,7 +8,7 @@ Note that options are described according to the following pattern:
## Specifying which tests to run
<pre>
-t, --test *&lt;test-spec>* [*&lt;test-spec> ...*]
-t, --test &lt;test-spec> [&lt;test-spec> ...]
</pre>
If you don't specify any tests on the command line then all registered tests are run.
@@ -23,7 +23,7 @@ Alternatively use -t or --test to specify which tests to run. This option takes
## Choosing a reporter to use
<pre>
-r, --report *&lt;reporter>*
-r, --report &lt;reporter>
</pre>
A reporter is an object that formats and structures the output of running tests, and potentially summarises the results. By default a basic reporter is used that writes IDE friendly results. CATCH comes bundled with some alternative reporters, but more can be added in client code.<br />