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

@@ -304,7 +304,7 @@ int target_request_register_commands(struct command_context_s *cmd_ctx)
register_command(cmd_ctx, NULL, "target_request", NULL, COMMAND_ANY, "target_request commands");
register_command(cmd_ctx, target_request_cmd, "debugmsgs", handle_target_request_debugmsgs_command,
COMMAND_EXEC, "enable/disable reception of debug messgages from target");
COMMAND_EXEC, "enable/disable reception of debug messages from target");
return ERROR_OK;
}