Laurentiu Cocanu - more help text

git-svn-id: svn://svn.berlios.de/openocd/trunk@1087 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-10-22 09:30:33 +00:00
parent d740e66ccd
commit ed9c257551
10 changed files with 48 additions and 37 deletions

View File

@@ -626,7 +626,7 @@ int telnet_register_commands(command_context_t *command_context)
COMMAND_EXEC, "exit telnet session");
register_command(command_context, NULL, "telnet_port", handle_telnet_port_command,
COMMAND_CONFIG, "");
COMMAND_CONFIG, "port on which to listen for incoming telnet connections");
return ERROR_OK;
}