Change tui_update_source_window_as_is to be a method
[external/binutils.git] / gdb / tracefile-tfile.c
index 2e61d83..5c3837e 100644 (file)
@@ -43,7 +43,8 @@
 static const target_info tfile_target_info = {
   "tfile",
   N_("Local trace dump file"),
-  N_("Use a trace file as a target.  Specify the filename of the trace file.")
+  N_("Use a trace file as a target.\n\
+Specify the filename of the trace file.")
 };
 
 class tfile_target final : public tracefile_target