diff options
Diffstat (limited to 'Library/Contributions/manpages/brew.1.md')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 675c4eee5..e2c28cf40 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -41,9 +41,13 @@ didn't include with OS X. surrounded with slashes, then it is interpreted as a regular expression. If no search term is given, all available formula are displayed. - * `install [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` <formula>: + * `install [--force] [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` <formula>: Installs <formula>. + If `--force` is passed, will install <formula> even if it is already + installed. This can be used to re-install the same version of a formuale + without removing it first. + If `--debug` is passed and brewing fails, opens a shell inside the temporary folder used for compiling. |
