Skip to content

Commit 3060224

Browse files
authored
Merge pull request #19152 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2 parents 7bf1b82 + b7ec021 commit 3060224

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Manpage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3149,8 +3149,8 @@ flags which will help with finding keg-only dependencies like `openssl`,
31493149

31503150
`--global`
31513151

3152-
: Read the `Brewfile` from `~/.Brewfile` or the `HOMEBREW_BUNDLE_FILE_GLOBAL`
3153-
environment variable, if set.
3152+
: Read the `Brewfile` from `~/.Brewfile`, in the `HOMEBREW_USER_CONFIG_HOME`
3153+
directory, or the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable, if set.
31543154

31553155
`-v`, `--verbose`
31563156

manpages/brew.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ Print the environment variables that would be set in a \fBbrew bundle exec\fP en
20202020
Read the \fBBrewfile\fP from this location\. Use \fB\-\-file=\-\fP to pipe to stdin/stdout\.
20212021
.TP
20222022
\fB\-\-global\fP
2023-
Read the \fBBrewfile\fP from \fB~/\.Brewfile\fP or the \fBHOMEBREW_BUNDLE_FILE_GLOBAL\fP environment variable, if set\.
2023+
Read the \fBBrewfile\fP from \fB~/\.Brewfile\fP, in the \fBHOMEBREW_USER_CONFIG_HOME\fP directory, or the \fBHOMEBREW_BUNDLE_FILE_GLOBAL\fP environment variable, if set\.
20242024
.TP
20252025
\fB\-v\fP, \fB\-\-verbose\fP
20262026
\fBinstall\fP prints output from commands as they are run\. \fBcheck\fP lists all missing dependencies\.

0 commit comments

Comments
 (0)