aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-17 17:52:10 -0700
committerAdam Vandenberg2010-10-17 17:52:10 -0700
commit266b3265aa9047b505f038c0913a29db083d8449 (patch)
treed666ed332b466d55ae08b128ab88fc87dd6edfb1 /Library
parentcdf35d1d8df43c5d36e502340820175bb0509ada (diff)
downloadbrew-266b3265aa9047b505f038c0913a29db083d8449.tar.bz2
Add remove --force
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 815492652..8a327b737 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -99,9 +99,12 @@ didn't include with OS X.
* `home` <formula>:
Opens a browser to <formula>'s homepage.
- * `rm`, `remove` <formula>:
+ * `rm`, `remove [--force]` <formula>:
Uninstalls <formula>.
+ If `--force` is passed, and there are multiple versions of <formula>
+ installed, deletes all installed versions.
+
* `create [--cache]` <URL>:
Generates a formula for the downloadable file at <URL> and opens it in
$EDITOR. Homebrew will attempt to automatically derive the formula name