summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-19 18:30:01 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-19 18:30:01 +0000
commit5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2 (patch)
tree001859629936201bfbfb0f99172c69181ff2d9d9 /doc
parentd78df2812159071f55769dbf57cdea12d11a383a (diff)
downloadopenocd+libswd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.tar.gz
openocd+libswd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.tar.bz2
openocd+libswd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.tar.xz
openocd+libswd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.zip
Wookey <wookey@wookware.org>: add user documentation for echo command.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1839 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 47e5cc24..a3a0a329 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 <file> (default: stderr)