diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 160efa65..573457b5 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1381,7 +1381,7 @@ of an external TCL script that can connect to openocd is shown below. @verbatim # Simple tcl client to connect to openocd puts "Use empty line to exit" -set fo [socket 127.0.0.1 5555] +set fo [socket 127.0.0.1 6666] puts -nonewline stdout "> " flush stdout while {[gets stdin line] >= 0} { |