diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 9e65dbd6c3..2edd0f1c10 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -298,6 +298,13 @@ Note that these flags should only appear after a command. If no are given, check all installed brews. + * `migrate [--force]` : + Migrate renamed packages to new name, where are old names of + packages. + + If `--force` is passed and installed have nil tap, then treat + them like packages installed from core. + * `options [--compact] [--all] [--installed]` : Display install options specific to . diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index f27dc9b0e4..71258e08ab 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -290,6 +290,12 @@ If \fB\-\-pinned\fR is passed, show the versions of pinned formulae, or only the If no \fIformulae\fR are given, check all installed brews\. . .IP "\(bu" 4 +\fBmigrate [\-\-force]\fR \fIformulae\fR: Migrate renamed packages to new name, where \fIformulae\fR are old names of packages\. +. +.IP +If \fB\-\-force\fR is passed and installed \fIformulae\fR have nil tap, then treat them like packages installed from core\. +. +.IP "\(bu" 4 \fBoptions [\-\-compact] [\-\-all] [\-\-installed]\fR \fIformula\fR: Display install options specific to \fIformula\fR\. . .IP