This is an automated email from Gerrit. Anonymous Coward ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6272
-- gerrit commit a47d7921739093e3c7ad7240d40b11227dc8ed64 Author: R. Diez <[email protected]> Date: Sun May 23 12:18:36 2021 +0200 Doc fix: echo writes to stderr Fixes bug #202 Change-Id: I855a1b8570af71379891634f405b4cc726917cb2 Signed-off-by: R. Diez <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 361ceb4..a87fc1a 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8153,7 +8153,7 @@ file (which is normally the server's standard output). @deffn {Command} {echo} [-n] message Logs a message at "user" priority. -Output @var{message} to stdout. +Output @var{message} to stderr. Option "-n" suppresses trailing newline. @example echo "Downloading kernel -- please wait" --
