diff options
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 |
