forked from auracaster/openocd
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user