diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2010-11-08 15:13:28 +0800 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-11-09 08:12:51 +0100 |
commit | 4747af362de04b508c91df4004d2aed5579c8a1c (patch) | |
tree | 070a8bbe03daf0dcfae770789a2bad7d01ec0a4f /doc | |
parent | d220e22e6376fa67d85c9731a4165f86609390d8 (diff) | |
download | openocd+libswd-4747af362de04b508c91df4004d2aed5579c8a1c.tar.gz openocd+libswd-4747af362de04b508c91df4004d2aed5579c8a1c.tar.bz2 openocd+libswd-4747af362de04b508c91df4004d2aed5579c8a1c.tar.xz openocd+libswd-4747af362de04b508c91df4004d2aed5579c8a1c.zip |
JIM: document "echo" command
Document "-n" option in manual;
Modify "echo" command definition as COMMAND_HANDLER to
easily add help message
Add help message aligned with manual.
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 5387082d..f946bdf6 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5446,9 +5446,10 @@ file (which is normally the server's standard output). @xref{Running}. @end deffn -@deffn Command echo message +@deffn Command echo [-n] message Logs a message at "user" priority. Output @var{message} to stdout. +Option "-n" suppresses trailing newline. @example echo "Downloading kernel -- please wait" @end example |