From: <zw...@ma...> - 2009-05-19 20:30:06
|
Author: zwelch Date: 2009-05-19 20:30:01 +0200 (Tue, 19 May 2009) New Revision: 1839 Modified: trunk/doc/openocd.texi Log: Wookey <wo...@wo...>: add user documentation for echo command. Modified: trunk/doc/openocd.texi =================================================================== --- trunk/doc/openocd.texi 2009-05-19 17:57:44 UTC (rev 1838) +++ trunk/doc/openocd.texi 2009-05-19 18:30:01 UTC (rev 1839) @@ -2588,6 +2588,10 @@ openocd -c "fast enable" -c "interface dummy" -f target/str710.cfg @end example +@subsection echo <@var{message}> +@cindex echo +@*Output message to stdio. e.g. echo "Programming - please wait" + @subsection log_output <@var{file}> @cindex log_output @*Redirect logging to <file> (default: stderr) |