Skip to content

Commit

Permalink
Merge pull request #19440 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
p-linnane authored Mar 7, 2025
2 parents f7add22 + 3e7a583 commit 67dd869
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3220,7 +3220,7 @@ to one or more of the following environment variables:
`brew bundle dump`

: Write all installed casks/formulae/images/taps into a `Brewfile` in the
current directory.
current directory or to a custom file specified with the `--file` option.

`brew bundle cleanup`

Expand Down Expand Up @@ -3271,13 +3271,13 @@ flags which will help with finding keg-only dependencies like `openssl`,

`--file`

: Read the `Brewfile` from this location. Use `--file=-` to pipe to
stdin/stdout.
: Read from or write to the `Brewfile` from this location. Use `--file=-` to
pipe to stdin/stdout.

`--global`

: Read the `Brewfile` from `$HOMEBREW_BUNDLE_FILE_GLOBAL` (if set),
`${XDG_CONFIG_HOME}/homebrew/Brewfile` (if `$XDG_CONFIG_HOME` is set),
: Read from or write to the `Brewfile` from `$HOMEBREW_BUNDLE_FILE_GLOBAL` (if
set), `${XDG_CONFIG_HOME}/homebrew/Brewfile` (if `$XDG_CONFIG_HOME` is set),
`~/.homebrew/Brewfile` or `~/.Brewfile` otherwise.

`-v`, `--verbose`
Expand Down
6 changes: 3 additions & 3 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ You can skip the installation of dependencies by adding space\-separated values
Shorthand for \fBbrew bundle install \-\-upgrade\fP\&\.
.TP
\fBbrew bundle dump\fP
Write all installed casks/formulae/images/taps into a \fBBrewfile\fP in the current directory\.
Write all installed casks/formulae/images/taps into a \fBBrewfile\fP in the current directory or to a custom file specified with the \fB\-\-file\fP option\.
.TP
\fBbrew bundle cleanup\fP
Uninstall all dependencies not present in the \fBBrewfile\fP\&\.
Expand Down Expand Up @@ -2101,10 +2101,10 @@ Run your shell in a \fBbrew bundle exec\fP environment\.
Print the environment variables that would be set in a \fBbrew bundle exec\fP environment\.
.TP
\fB\-\-file\fP
Read the \fBBrewfile\fP from this location\. Use \fB\-\-file=\-\fP to pipe to stdin/stdout\.
Read from or write to the \fBBrewfile\fP from this location\. Use \fB\-\-file=\-\fP to pipe to stdin/stdout\.
.TP
\fB\-\-global\fP
Read the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP (if set), \fB${XDG_CONFIG_HOME}/homebrew/Brewfile\fP (if \fB$XDG_CONFIG_HOME\fP is set), \fB~/\.homebrew/Brewfile\fP or \fB~/\.Brewfile\fP otherwise\.
Read from or write to the \fBBrewfile\fP from \fB$HOMEBREW_BUNDLE_FILE_GLOBAL\fP (if set), \fB${XDG_CONFIG_HOME}/homebrew/Brewfile\fP (if \fB$XDG_CONFIG_HOME\fP is set), \fB~/\.homebrew/Brewfile\fP or \fB~/\.Brewfile\fP otherwise\.
.TP
\fB\-v\fP, \fB\-\-verbose\fP
\fBinstall\fP prints output from commands as they are run\. \fBcheck\fP lists all missing dependencies\.
Expand Down

0 comments on commit 67dd869

Please sign in to comment.