diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-19 18:30:01 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-19 18:30:01 +0000 |
commit | 5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2 (patch) | |
tree | 001859629936201bfbfb0f99172c69181ff2d9d9 /doc | |
parent | d78df2812159071f55769dbf57cdea12d11a383a (diff) | |
download | riscv-openocd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.zip riscv-openocd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.tar.gz riscv-openocd-5fe786f1662ccaadf548f2f512cf7c6a7b08b5a2.tar.bz2 |
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.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 47e5cc2..a3a0a32 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) |