gdb: fix help doc for "set index-cache enabled"

When implementing this command, I put "help doc" as a placeholder for
the help string, and forgot to update it.  Change it for a real help
string.

Change-Id: Id23c2142c5073dc570bd8a706e9ec6fa8c40eb09
This commit is contained in:
Simon Marchi 2021-11-24 15:07:51 -05:00
parent e19f824829
commit bd51ddc8e1

View File

@ -360,7 +360,7 @@ _initialize_index_cache ()
= add_setshow_boolean_cmd ("enabled", class_files,
_("Enable the index cache."),
_("Show whether the index cache is enabled."),
_("help doc"),
_("When on, enable the use of the index cache."),
set_index_cache_enabled_command,
get_index_cache_enabled_command,
show_index_cache_enabled_command,