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
commit3ca30d2d5b5664216446f9752d81129d4a758bdd (patch)
tree437c053e8aa334187f81254edf5515cc170f9af8 /Library
parent55152f0be4e03f465bbc7d4fb6c78de4d13369ef (diff)
downloadhomebrew-3ca30d2d5b5664216446f9752d81129d4a758bdd.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