From 14b8148677b6404878b25a5c13a0f8b4cc23c452 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 16 Sep 2010 09:56:59 -0700 Subject: [PATCH] add 'brew install --force' to manpage --- Library/Contributions/manpages/brew.1.md | 6 +++++- share/man/man1/brew.1 | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 675c4eee56..e2c28cf409 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]` : + * `install [--force] [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` : Installs . + If `--force` is passed, will install 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. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 3c2f043f35..d3fc0867ac 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -44,10 +44,13 @@ Shows Homebrew and system configuration useful for debugging\. If you file a bug Performs a substring search of formula names for \fItext\fR\. If \fItext\fR is surrounded with slashes, then it is interpreted as a regular expression\. If no search term is given, all available formula are displayed\. . .TP -\fBinstall [\-\-debug] [\-\-use\-llvm] [\-\-ignore\-dependencies] [\-\-HEAD]\fR \fIformula\fR +\fBinstall [\-\-force] [\-\-debug] [\-\-use\-llvm] [\-\-ignore\-dependencies] [\-\-HEAD]\fR \fIformula\fR Installs \fIformula\fR\. . .IP +If \fB\-\-force\fR is passed, will install \fIformula\fR even if it is already installed\. This can be used to re\-install the same version of a formuale without removing it first\. +. +.IP If \fB\-\-debug\fR is passed and brewing fails, opens a shell inside the temporary folder used for compiling\. . .IP