summaryrefslogtreecommitdiff
path: root/src/server/tcl_server.c
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-09-27 22:55:30 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-10-01 10:26:10 +0200
commit96a56ba086ec94e577e4b3562010710abb2087c6 (patch)
tree77a87937ea11f785bd44a5f5ca974c3a84f274e2 /src/server/tcl_server.c
parent50d5441e2a615fb2c44b41a777e4373901f7a2e6 (diff)
downloadopenocd+libswd-96a56ba086ec94e577e4b3562010710abb2087c6.tar.gz
openocd+libswd-96a56ba086ec94e577e4b3562010710abb2087c6.tar.bz2
openocd+libswd-96a56ba086ec94e577e4b3562010710abb2087c6.tar.xz
openocd+libswd-96a56ba086ec94e577e4b3562010710abb2087c6.zip
pipes: add documentation for pipes
Stick with the name "gdb_port" even if this command can be used for other things(disable, named pipes, anonymous stdin/out pipe). "port" is correct for probably more than 90% of use cases, if not more. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/server/tcl_server.c')
-rw-r--r--src/server/tcl_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/tcl_server.c b/src/server/tcl_server.c
index 613eb23f..16710860 100644
--- a/src/server/tcl_server.c
+++ b/src/server/tcl_server.c
@@ -183,7 +183,7 @@ static const struct command_registration tcl_command_handlers[] = {
.mode = COMMAND_CONFIG,
.help = "Specify port on which to listen "
"for incoming Tcl syntax. "
- "No arguments reports Tcl port; zero disables.",
+ "Read help on 'gdb_port'.",
.usage = "[port_num]",
},
COMMAND_REGISTRATION_DONE