From 24ec834bce370b45adfbeaf230d92f4dac0f15f7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Apr 2005 12:49:27 +0000 Subject: * remote-st.c (_initialize_remote_st2000): Remove the extraneous "" 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. --- gdb/remote-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-utils.c') 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 ", class_obscure, sr_com, + add_com ("remote", class_obscure, sr_com, _("Send a command to the remote monitor.")); } -- cgit v1.1