aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdbserver/server.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdbserver/server.cc b/gdbserver/server.cc
index c79b335..f91f70d 100644
--- a/gdbserver/server.cc
+++ b/gdbserver/server.cc
@@ -1153,9 +1153,7 @@ monitor_show_help (void)
monitor_output (" Enable event loop debugging messages\n");
monitor_output (" set debug-format option1[,option2,...]\n");
monitor_output (" Add additional information to debugging messages\n");
- monitor_output (" Options: all, none");
- monitor_output (", timestamp");
- monitor_output ("\n");
+ monitor_output (" Options: all, none, timestamp\n");
monitor_output (" exit\n");
monitor_output (" Quit GDBserver\n");
}