diff options
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r-- | gdb/remote-utils.c | 2 |
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.")); } |