* dwarf2read.c (_initialize_dwarf2_read): Fix help text of

"save gdb-index" command.
This commit is contained in:
Doug Evans 2010-12-16 01:43:01 +00:00
parent cee43517c5
commit fc1a9d6e90
2 changed files with 6 additions and 1 deletions

View 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

View 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);