diff options
| author | Adam Vandenberg | 2010-10-17 17:52:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-17 17:52:10 -0700 |
| commit | 3ca30d2d5b5664216446f9752d81129d4a758bdd (patch) | |
| tree | 437c053e8aa334187f81254edf5515cc170f9af8 /Library | |
| parent | 55152f0be4e03f465bbc7d4fb6c78de4d13369ef (diff) | |
| download | homebrew-3ca30d2d5b5664216446f9752d81129d4a758bdd.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 |
