aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
diff options
context:
space:
mode:
authorR. Diez <rdiezmail-openocd@yahoo.de>2021-05-23 12:18:36 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-06-18 23:15:31 +0100
commit42a0bf3c360c1eae418223f0ab535b4d7accae83 (patch)
tree5182c1ad6b62df24b3d93be5f06e463edced5e7d /src/helper/command.c
parentcdb8b00122142c58d9a91e37fbef322f2c9e5d02 (diff)
downloadriscv-openocd-42a0bf3c360c1eae418223f0ab535b4d7accae83.zip
riscv-openocd-42a0bf3c360c1eae418223f0ab535b4d7accae83.tar.gz
riscv-openocd-42a0bf3c360c1eae418223f0ab535b4d7accae83.tar.bz2
Doc fix: echo writes to the log, and not to stdout
Fixes bug #202 Change-Id: I855a1b8570af71379891634f405b4cc726917cb2 Signed-off-by: R. Diez <rdiezmail-openocd@yahoo.de> Reviewed-on: http://openocd.zylin.com/6272 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/helper/command.c')
-rw-r--r--src/helper/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index 4be3abd..8ea805b 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -1222,7 +1222,6 @@ static const struct command_registration command_builtin_handlers[] = {
.handler = jim_echo,
.mode = COMMAND_ANY,
.help = "Logs a message at \"user\" priority. "
- "Output message to stdout. "
"Option \"-n\" suppresses trailing newline",
.usage = "[-n] string",
},