From a09517daab6a53ff49e96d4a977e27bc7449d435 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 10:25:36 -0800 Subject: [PATCH] changed --output to --out to match change in source just submitted 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 d21f6b7..6a00b4c 100644 --- a/Command-line.md +++ b/Command-line.md @@ -72,7 +72,7 @@ Examples: ## Sending output to a file
--o, --output <filename>
+-o, --out <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).