changed --output to --out to match change in source just submitted

Updated Command line (markdown)
philsquared
2010-12-30 10:25:36 -08:00
parent 37ac2d3a02
commit a09517daab

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