From 4d7d314d879f3a04ce0439403757b776d5b66086 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 08:50:21 -0800 Subject: [PATCH] Updated Command line (markdown) --- Command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-line.md b/Command-line.md index ad84539..1f89e7c 100644 --- a/Command-line.md +++ b/Command-line.md @@ -5,7 +5,7 @@ If you don't specify any tests on the command line then all registered tests are run. -Alternative use -t or --test to specify which tests to run. This option takes 1-n arguments, each of which specify a test case name or a pattern the matches any number of test case names. In general these are referred to as test specs. Quotes are optional for test specs, unless there are spaces, in which case they are required. Some examples: +Alternatively use -t or --test to specify which tests to run. This option takes 1-n arguments (you can also supply the option as many times as you like), each of which specify a test case name or a pattern that matches any number of test case names. In general these are referred to as test specs. Quotes are optional for test specs, unless there are spaces - in which case they are required. Some examples:
 -t "example/first test"