From 5c0420b56a0e6c293ee4490a32190f30d3dfd11a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 30 Jul 2024 17:35:51 +0100 Subject: [PATCH] Update Library/Homebrew/env_config.rb Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> --- Library/Homebrew/env_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index d01571f0078065..311c5fe6cf8dbb 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -296,7 +296,7 @@ module EnvConfig default: "#{ENV.fetch("HOMEBREW_USER_CONFIG_HOME")}/livecheck_watchlist.txt", }, HOMEBREW_LOCK_CONTEXT: { - description: "If set, Homebrew will add this output as additional context for locking errors.", + description: "If set, Homebrew will add this output as additional context for locking errors. This is useful when running `brew` in the background.", }, HOMEBREW_LOGS: { description: "Use this directory to store log files.",