Skip to content

Commit 4cf458c

Browse files
committed
Fix help doc for 'enable-background-lookup' obsolete setting
The setting name that was settled on is symbols.auto-download.
1 parent d26a646 commit 4cf458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/CoreProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let Definition = "modulelist" in {
88
def EnableBackgroundLookup: Property<"enable-background-lookup", "Boolean">,
99
Global,
1010
DefaultFalse,
11-
Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.download background'.">;
11+
Desc<"Alias for backward compatibility: when enabled this is the equivalent to 'symbols.auto-download background'.">;
1212
def AutoDownload: Property<"auto-download", "Enum">,
1313
Global,
1414
DefaultEnumValue<"eSymbolDownloadOff">,

0 commit comments

Comments
 (0)