From 37ac2d3a02331c888aa46fdd14aeb822755ea2a6 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 09:24:03 -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 6a00b4c..d21f6b7 100644 --- a/Command-line.md +++ b/Command-line.md @@ -72,7 +72,7 @@ Examples: ## Sending output to a file
--o, --out <filename>
+-o, --output <filename>
 
Use this option to send all output to a file. Without the option output is sent to stdout (note that uses of stdout and stderr *from within test cases* are redirected and included in the report - so even stderr will effectively end up on stdout).