Added -o

Updated Command line (markdown)
philsquared
2010-12-30 09:23:10 -08:00
parent 0ae97e6e35
commit 1db056ea69

@@ -69,3 +69,10 @@ Examples:
-l reporter xml -l reporter xml
-l xml -l xml
</pre> </pre>
## Sending output to a file
<pre>
-o, --out &lt;filename>
</pre>
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).