diff options
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\ |