diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-04-22 12:49:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-04-22 12:49:27 +0000 |
commit | 24ec834bce370b45adfbeaf230d92f4dac0f15f7 (patch) | |
tree | 7f0957483d575baa5ac613880f31abe1bc223b48 /gdb/remote-st.c | |
parent | 34f3e815d13e0381e4908bf49ca2f0b0b9b3b25b (diff) | |
download | gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.zip gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.gz gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/remote-st.c')
-rw-r--r-- | gdb/remote-st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-st.c b/gdb/remote-st.c index 24ae989..e90cbc3 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -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\ |