diff options
Diffstat (limited to 'gdb/dwarf-index-cache.c')
-rw-r--r-- | gdb/dwarf-index-cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf-index-cache.c b/gdb/dwarf-index-cache.c index f003022..e56cb59 100644 --- a/gdb/dwarf-index-cache.c +++ b/gdb/dwarf-index-cache.c @@ -340,12 +340,12 @@ _initialize_index_cache () /* set index-cache */ add_prefix_cmd ("index-cache", class_files, set_index_cache_command, - _("Set index-cache options"), &set_index_cache_prefix_list, + _("Set index-cache options."), &set_index_cache_prefix_list, "set index-cache ", false, &setlist); /* show index-cache */ add_prefix_cmd ("index-cache", class_files, show_index_cache_command, - _("Show index-cache options"), &show_index_cache_prefix_list, + _("Show index-cache options."), &show_index_cache_prefix_list, "show index-cache ", false, &showlist); /* set index-cache on */ |