diff options
| author | Adam Vandenberg | 2010-10-17 17:52:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-17 17:52:10 -0700 |
| commit | 266b3265aa9047b505f038c0913a29db083d8449 (patch) | |
| tree | d666ed332b466d55ae08b128ab88fc87dd6edfb1 /Library | |
| parent | cdf35d1d8df43c5d36e502340820175bb0509ada (diff) | |
| download | brew-266b3265aa9047b505f038c0913a29db083d8449.tar.bz2 | |
Add remove --force
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
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 |
