aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-04-22 12:49:27 +0000
committerEli Zaretskii <eliz@gnu.org>2005-04-22 12:49:27 +0000
commit24ec834bce370b45adfbeaf230d92f4dac0f15f7 (patch)
tree7f0957483d575baa5ac613880f31abe1bc223b48 /gdb/remote-utils.c
parent34f3e815d13e0381e4908bf49ca2f0b0b9b3b25b (diff)
downloadfsf-binutils-gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.zip
fsf-binutils-gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.gz
fsf-binutils-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-utils.c')
-rw-r--r--gdb/remote-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c
index 65e4f49..b68ef80 100644
--- a/gdb/remote-utils.c
+++ b/gdb/remote-utils.c
@@ -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."));
}