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 d4775ad..ebac95a 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -605,6 +605,6 @@ targets.", &setlist), &showlist); add_com ("remote <command>", class_obscure, sr_com, - "Send a command to the remote monitor."); + _("Send a command to the remote monitor.")); } |