From 369ddcf56c09252d43ea1ceebd4d1aaeb4c98181 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jan 2025 08:55:30 +0000 Subject: [PATCH] cmd/bundle: tweak --global documentation. --- cmd/bundle.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/bundle.rb b/cmd/bundle.rb index 5a5fb292a..9aa0cabd5 100755 --- a/cmd/bundle.rb +++ b/cmd/bundle.rb @@ -56,8 +56,9 @@ class BundleCmd < AbstractCommand flag "--file=", description: "Read the `Brewfile` from this location. Use `--file=-` to pipe to stdin/stdout." switch "--global", - description: "Read the global `Brewfile`, from the homebrew config directory or `~/.Brewfile`. " \ - "Override this path with the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable." + description: "Read the `Brewfile` from `~/.Brewfile`, " \ + "in the `HOMEBREW_USER_CONFIG_HOME` directory, " \ + "or the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable, if set." switch "-v", "--verbose", description: "`install` prints output from commands as they are run. " \ "`check` lists all missing dependencies."