aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-12-26 10:31:10 -0800
committerAdam Vandenberg2010-12-26 10:31:10 -0800
commitd6455e0094b712824631f5a78824218bef621757 (patch)
tree55138b1f200e8bfd9a8f9d8966b8046c2b5a7359 /Library
parent24e10826f4744c5ac6d2a1b89c32dfcf6bd44510 (diff)
downloadbrew-d6455e0094b712824631f5a78824218bef621757.tar.bz2
Fix typos in man page
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 36e774c71..6371fb726 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -46,7 +46,7 @@ didn't include with OS X.
To install a newer version of HEAD use
`brew rm <foo> && brew install --HEAD <foo>`
- or `brew --force --HEAD <foo>`.
+ or `brew install --force --HEAD <foo>`.
* `install --interactive [--git]` <formula>:
Download and patch <formula>, then open a shell. This allows the user to
@@ -206,7 +206,7 @@ didn't include with OS X.
* `--cellar`:
Display Homebrew's Cellar path. *Default:* `/usr/local/Cellar`
- * `--cellar`:
+ * `--cellar` <formula>:
Display the location in the cellar where <formula> would be installed,
without any sort of versioned folder as the last path.