mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #19189 from rrotter/tap_repair_helptext
tap command: correct helptext for --repair
This commit is contained in:
commit
afc845e92b
@ -38,7 +38,8 @@ module Homebrew
|
||||
switch "--custom-remote",
|
||||
description: "Install or change a tap with a custom remote. Useful for mirrors."
|
||||
switch "--repair",
|
||||
description: "Migrate tapped formulae from symlink-based to directory-based structure."
|
||||
description: "Add missing symlinks to tap manpages and shell completions. Correct git remote " \
|
||||
"refs for any taps where upstream HEAD branch has been renamed."
|
||||
switch "--eval-all",
|
||||
description: "Evaluate all the formulae, casks and aliases in the new tap to check validity. " \
|
||||
"Implied if `$HOMEBREW_EVAL_ALL` is set."
|
||||
|
Loading…
x
Reference in New Issue
Block a user