* dwarf2read.c (_initialize_dwarf2_read): Fix help text of
authorDoug Evans <dje@google.com>
Thu, 16 Dec 2010 01:43:01 +0000 (01:43 +0000)
committerDoug Evans <dje@google.com>
Thu, 16 Dec 2010 01:43:01 +0000 (01:43 +0000)
"save gdb-index" command.

gdb/ChangeLog
gdb/dwarf2read.c

index f8eb4c7..65860cb 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-15  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (_initialize_dwarf2_read): Fix help text of
+       "save gdb-index" command.
+
 2010-12-15  Tom Tromey  <tromey@redhat.com>
 
        * infrun.c (save_infcall_control_state): Handle the
index 2b48ff3..80770f8 100644 (file)
@@ -15839,7 +15839,7 @@ The value is the maximum depth to print."),
 
   c = add_cmd ("gdb-index", class_files, save_gdb_index_command,
               _("\
-Save a .gdb-index file.\n\
+Save a gdb-index file.\n\
 Usage: save gdb-index DIRECTORY"),
               &save_cmdlist);
   set_cmd_completer (c, filename_completer);