aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-16 09:56:59 -0700
committerAdam Vandenberg2010-09-16 09:56:59 -0700
commit14b8148677b6404878b25a5c13a0f8b4cc23c452 (patch)
tree328136cd1825e82e92590d75691da8ac6113ea67 /Library
parent80e17cde57577af5b3c6afe26fb8ea9967b408ce (diff)
downloadbrew-14b8148677b6404878b25a5c13a0f8b4cc23c452.tar.bz2
add 'brew install --force' to manpage
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md6
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.