diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index aeb54be14f..294b34fb05 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -343,10 +343,13 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
Pin the specified --verbose).
v1.
pin formulaePin the specified formulae, preventing them from being upgraded when
issuing the brew upgrade command. See also unpin.
pruneRemove dead symlinks from the Homebrew prefix. This is generally not -needed, but can be useful when doing DIY installations.
prune [--dry-run]Remove dead symlinks from the Homebrew prefix. This is generally not +needed, but can be useful when doing DIY installations.
+ +If --dry-run or -n is passed, show what would be removed, but do not
+actually remove anything.
reinstall formulaUninstall then install formula
rm, remove, uninstall [--force] formulaUninstall formula.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 882c2ee7c5..838609a8a6 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -367,9 +367,12 @@ If \fB\-\-json=\fR\fIversion\fR is passed, the output will be in JSON format\. T Pin the specified \fIformulae\fR, preventing them from being upgraded when issuing the \fBbrew upgrade\fR command\. See also \fBunpin\fR\. . .TP -\fBprune\fR +\fBprune\fR [\fB\-\-dry\-run\fR] Remove dead symlinks from the Homebrew prefix\. This is generally not needed, but can be useful when doing DIY installations\. . +.IP +If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, show what would be removed, but do not actually remove anything\. +. .TP \fBreinstall\fR \fIformula\fR Uninstall then install \fIformula\fR