From db31549a7fd45ece526d641ebf808ce9cb4c164e Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 10:52:42 -0800 Subject: [PATCH] Added help option Updated Command line (markdown) --- Command-line.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Command-line.md b/Command-line.md index 63e8574..e517fa7 100644 --- a/Command-line.md +++ b/Command-line.md @@ -5,6 +5,13 @@ Note that options are described according to the following pattern: *<description>* +## Usage +
+-h, -?, --help
+
+ +Prints the command line arguments to stdout + ## Specifying which tests to run
@@ -23,7 +30,7 @@ Alternatively use -t or --test to specify which tests to run. This option takes
 ## Choosing a reporter to use
 
 
--r, --report <reporter>
+-r, --reporter <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.