From 1ce594220bffaf2f211da55ff46f903725f80508 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 10:30:08 -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 6a00b4c..63e8574 100644 --- a/Command-line.md +++ b/Command-line.md @@ -55,18 +55,18 @@ To see successul, as well as failing, test results just pass this option. ## Listing available tests or reporters
--l, --list [test|reporter] [xml]
+-l, --list [tests | reporters] [xml]
 
With no arguments this option will list all registered tests and reporters using a standard line based listing format.
Supplying the *xml* argument formats the list as an xml document (which may be useful for consumption by other tools).
-Supplying the *test* or *reporter* arguments narrow the list to tests or reporters respectively. +Supplying the *tests* or *reporters* arguments narrow the list to tests or reporters respectively. Examples:
 -l
--l test
--l reporter xml
+-l tests
+-l reporters xml
 -l xml