tcl: update to new syntax of telnet command
Commit ad21613618 ("server/telnet: Restructure commands")
modifies the syntax.
sed -i 's/telnet_port/telnet port/'
Change-Id: If1ad34a1ec54824dbc124acd36a894862276a34f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8502
Reviewed-by: zapb <dev@zapb.de>
Tested-by: jenkins
This commit is contained in:
@@ -23,7 +23,7 @@ vdebug server $_VDEBUGHOST:$_VDEBUGPORT
|
||||
# example config listen on all interfaces, disable tcl/telnet server
|
||||
bindto 0.0.0.0
|
||||
#gdb port 3333
|
||||
#telnet_port disabled
|
||||
#telnet port disabled
|
||||
tcl port disabled
|
||||
|
||||
# transaction batching: 0 - no batching, 1 - (default) wr, 2 - rw
|
||||
|
||||
Reference in New Issue
Block a user