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
= 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,