aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-01-06 08:14:27 +0100
committerMartin Afanasjew2016-01-06 08:18:59 +0100
commit53e1ba327400f809ed9279aa6eadbe5a47290e76 (patch)
tree066f7d67210d0f1cba439ad77d5ee720d33b83b1 /Library
parent8161595015736d52fcdf4017037155734326e57b (diff)
downloadbrew-53e1ba327400f809ed9279aa6eadbe5a47290e76.tar.bz2
manpage: document '--dry-run' for 'prune' command
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/manpages/brew.1.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index aeb54be14..294b34fb0 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 <formulae>, preventing them from being upgraded when
issuing the `brew upgrade` command. See also `unpin`.
- * `prune`:
+ * `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` <formula>:
Uninstall then install <formula>