Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ __fish_brew_complete_arg 'unpin; and not __fish_seen_argument -l formula -l form

__fish_brew_complete_cmd 'untap' 'Remove a tapped formula repository'
__fish_brew_complete_arg 'untap' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'untap' -l force -d 'Untap even if formulae or casks from this tap are currently installed'
__fish_brew_complete_arg 'untap' -l force -d 'Uninstall all formulae and casks from this tap with `--force` before untapping'
__fish_brew_complete_arg 'untap' -l help -d 'Show this message'
__fish_brew_complete_arg 'untap' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'untap' -l verbose -d 'Make some output more verbose'
Expand Down
2 changes: 1 addition & 1 deletion completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@ _brew_unpin() {
_brew_untap() {
_arguments \
'--debug[Display any debugging information]' \
'--force[Untap even if formulae or casks from this tap are currently installed]' \
'--force[Uninstall all formulae and casks from this tap with `--force` before untapping]' \
'--help[Show this message]' \
'--quiet[Make some output more quiet]' \
'--verbose[Make some output more verbose]' \
Expand Down
3 changes: 2 additions & 1 deletion docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,8 @@ Remove a tapped formula repository.

`-f`, `--force`

: Untap even if formulae or casks from this tap are currently installed.
: Uninstall all formulae and casks from this tap with `--force` before
untapping.

### `untrust` \[*`options`*\] \[*`target`* ...\]

Expand Down
2 changes: 1 addition & 1 deletion manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ Treat all named arguments as casks\.
Remove a tapped formula repository\.
.TP
\fB\-f\fP, \fB\-\-force\fP
Untap even if formulae or casks from this tap are currently installed\.
Uninstall all formulae and casks from this tap with \fB\-\-force\fP before untapping\.
.SS "\fBuntrust\fP \fR[\fIoptions\fP] \fR[\fItarget\fP \.\.\.]"
Stop trusting non\-official tap formulae, casks or commands\. Trusted entries are stored in \fB${XDG_CONFIG_HOME}/homebrew/trust\.json\fP if \fB$XDG_CONFIG_HOME\fP is set or \fB~/\.homebrew/trust\.json\fP otherwise\.
.TP
Expand Down
Loading