* 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 f8eb4c7ae0eb7dbfbf69c64282d134dfa0122c4b..65860cb348f61a6daa71fc1bbb22ee985ce6f6a2 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 2b48ff337b5f43e91a3bde6b719de02432ab5fbc..80770f8214705e0db5eaa42720a0885a9745d0c0 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);
This page took 0.03719 seconds and 4 git commands to generate.