From 6b1f900dc5a2baf349df531b88aa9e4de45d1f35 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 08:56:29 -0800 Subject: [PATCH] Updated Command line (markdown) --- Command-line.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Command-line.md b/Command-line.md index d2170a9..bc5b3c0 100644 --- a/Command-line.md +++ b/Command-line.md @@ -1,14 +1,14 @@ CATCH works quite nicely without any command line options at all - but for those times when you want greater control the following options are available. Note that options are described according to the following pattern: --<short option name>, --<longer alternative name> <arguments, if any - optional arguments enclosed in square brackets> +-*<short option name>*, --*<longer alternative name>* *<arguments, if any - optional arguments enclosed in square brackets>* -<description> +*<description>* ## Specifying which tests to run
--t, --test <test-spec> [<test-spec> ...]
+-t, --test *<test-spec>* [*<test-spec> ...*]
 
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
--r, --report <reporter>
+-r, --report *<reporter>*
 
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.