diff options
| author | Adam Vandenberg | 2010-12-26 10:31:10 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-26 10:31:10 -0800 |
| commit | e6c9c112b0021fac165dc616a499740676ca2e97 (patch) | |
| tree | c7d746bd81f76e862e086fab36d103ce5e544b6f /Library | |
| parent | 90dfd74eb97bbf016acb27871ba178d0da36a286 (diff) | |
| download | homebrew-e6c9c112b0021fac165dc616a499740676ca2e97.tar.bz2 | |
Fix typos in man page
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
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. |
