diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 5602d0a..b49e9c5 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -891,6 +891,6 @@ _initialize_remote_sim (void) init_gdbsim_ops (); add_target (&gdbsim_ops); - add_com ("sim <command>", class_obscure, simulator_command, + add_com ("sim", class_obscure, simulator_command, _("Send a command to the simulator.")); } |