From 5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2 Mon Sep 17 00:00:00 2001 From: zwelch Date: Tue, 19 May 2009 18:30:01 +0000 Subject: [PATCH] Wookey : add user documentation for echo command. git-svn-id: svn://svn.berlios.de/openocd/trunk@1839 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- doc/openocd.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/openocd.texi b/doc/openocd.texi index 47e5cc24d..a3a0a3291 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2588,6 +2588,10 @@ Typically the "fast enable" is specified first on the command line: 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 (default: stderr)