mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
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:
parent
e19f824829
commit
bd51ddc8e1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user