Skip to content

Commit

Permalink
Merge pull request #19193 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
MikeMcQuaid authored Feb 1, 2025
2 parents b162acc + 693216b commit 9465364
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ __fish_brew_complete_arg 'tap' -l eval-all -d 'Evaluate all the formulae, casks
__fish_brew_complete_arg 'tap' -l force -d 'Force install core taps even under API mode'
__fish_brew_complete_arg 'tap' -l help -d 'Show this message'
__fish_brew_complete_arg 'tap' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'tap' -l repair -d 'Migrate tapped formulae from symlink-based to directory-based structure'
__fish_brew_complete_arg 'tap' -l repair -d 'Add missing symlinks to tap manpages and shell completions. Correct git remote refs for any taps where upstream HEAD branch has been renamed'
__fish_brew_complete_arg 'tap' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'tap' -a '(__fish_brew_suggest_taps_installed)'

Expand Down
2 changes: 1 addition & 1 deletion completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ _brew_tap() {
'--force[Force install core taps even under API mode]' \
'--help[Show this message]' \
'--quiet[Make some output more quiet]' \
'--repair[Migrate tapped formulae from symlink-based to directory-based structure]' \
'--repair[Add missing symlinks to tap manpages and shell completions. Correct git remote refs for any taps where upstream HEAD branch has been renamed]' \
'--verbose[Make some output more verbose]' \
- tap \
'*::tap:__brew_any_tap'
Expand Down
3 changes: 2 additions & 1 deletion docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,8 @@ HTTPS, e.g. SSH, git, HTTP, FTP(S), rsync.

`--repair`

: Migrate tapped formulae from symlink-based to directory-based structure.
: Add missing symlinks to tap manpages and shell completions. Correct git remote
refs for any taps where upstream HEAD branch has been renamed.

`--eval-all`

Expand Down
4 changes: 2 additions & 2 deletions manpages/brew.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" generated by kramdown
.TH "BREW" "1" "January 2025" "Homebrew"
.TH "BREW" "1" "February 2025" "Homebrew"
.SH NAME
brew \- The Missing Package Manager for macOS (or Linux)
.SH "SYNOPSIS"
Expand Down Expand Up @@ -771,7 +771,7 @@ With \fIURL\fP specified, tap a formula repository from anywhere, using any tran
Install or change a tap with a custom remote\. Useful for mirrors\.
.TP
\fB\-\-repair\fP
Migrate tapped formulae from symlink\-based to directory\-based structure\.
Add missing symlinks to tap manpages and shell completions\. Correct git remote refs for any taps where upstream HEAD branch has been renamed\.
.TP
\fB\-\-eval\-all\fP
Evaluate all the formulae, casks and aliases in the new tap to check validity\. Implied if \fB$HOMEBREW_EVAL_ALL\fP is set\.
Expand Down

0 comments on commit 9465364

Please sign in to comment.