Doc fix: echo writes to the log, and not to stdout
[fw/openocd] / src / helper / command.c
index 4be3abd74a37e6578910fdd98733b970fcba086f..8ea805bd9eb6e425748fd5070ab4cbf1efed65e4 100644 (file)
@@ -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",
        },