Browse Source

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
tags/v0.2.0
zwelch 15 years ago
parent
commit
5fe786f166
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      doc/openocd.texi

+ 4
- 0
doc/openocd.texi View File

@@ -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)


Loading…
Cancel
Save