forked from Imagelibrary/binutils-gdb
* 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:
@@ -604,7 +604,7 @@ This device is used as the serial port when debugging using remote targets."),
|
||||
NULL, /* FIXME: i18n: */
|
||||
&setlist, &showlist);
|
||||
|
||||
add_com ("remote <command>", class_obscure, sr_com,
|
||||
add_com ("remote", class_obscure, sr_com,
|
||||
_("Send a command to the remote monitor."));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user