mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* remote-st.c (_initialize_remote_st2000): Remove the extraneous
"<command>" string from the call to add_com. * remote-sim.c (_initialize_remote_sim): Ditto. * remote-utils.c (_initialize_sr_support): Ditto. * remote-mips.c (_initialize_remote_mips): Ditto.
This commit is contained in:
@@ -796,7 +796,7 @@ _initialize_remote_st2000 (void)
|
||||
{
|
||||
init_st2000_ops ();
|
||||
add_target (&st2000_ops);
|
||||
add_com ("st2000 <command>", class_obscure, st2000_command,
|
||||
add_com ("st2000", class_obscure, st2000_command,
|
||||
_("Send a command to the STDBUG monitor."));
|
||||
add_com ("connect", class_obscure, connect_command, _("\
|
||||
Connect the terminal directly up to the STDBUG command monitor.\n\
|
||||
|
||||
Reference in New Issue
Block a user