diff options
| author | Adam Vandenberg | 2013-02-07 16:34:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-07 16:34:38 -0800 |
| commit | 42d4e1a018089af6bdcb5d6748310aa2575aa3d1 (patch) | |
| tree | 0f88ce28baeecbc688e7e8edbe0041926e18eb97 | |
| parent | 4462b4a217df02f911cc3fa6ea44c50487781edd (diff) | |
| download | homebrew-42d4e1a018089af6bdcb5d6748310aa2575aa3d1.tar.bz2 | |
Manpage: remove `brew install --force`.
Closes #17654.
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 8 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 9 |
2 files changed, 5 insertions, 12 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 168af06d8..62c222693 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -140,15 +140,12 @@ Note that these flags should only appear after a command. * `info` <URL>: Print the name and version that will be detected for <URL>. - * `install [--force] [--debug] [--ignore-dependencies] [--fresh] [--use-clang] [--use-gcc] [--use-llvm] [--build-from-source] [--devel] [--HEAD]` <formula>: + * `install [--debug] [--ignore-dependencies] [--fresh] [--use-clang|--use-gcc|--use-llvm] [--build-from-source] [--devel|--HEAD]` <formula>: Install <formula>. <formula> is usually the name of the formula to install, but it can be specified several different ways. See [SPECIFYING FORMULAE][]. - If `--force` is passed, will install <formula> if it exists, even if it - is blacklisted. - If `--debug` is passed and brewing fails, open a shell inside the temporary directory used for compiling. @@ -176,8 +173,7 @@ Note that these flags should only appear after a command. aka master, trunk, unstable. To install a newer version of HEAD use - `brew rm <foo> && brew install --HEAD <foo>` - or `brew install --force --HEAD <foo>`. + `brew rm <foo> && brew install --HEAD <foo>`. * `install --interactive [--git]` <formula>: Download and patch <formula>, then open a shell. This allows the user to diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 0deafb596..7f8cef365 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "January 2013" "Homebrew" "brew" +.TH "BREW" "1" "February 2013" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -161,16 +161,13 @@ To view formula history locally: \fBbrew log \-p <formula>\fR\. Print the name and version that will be detected for \fIURL\fR\. . .TP -\fBinstall [\-\-force] [\-\-debug] [\-\-ignore\-dependencies] [\-\-fresh] [\-\-use\-clang] [\-\-use\-gcc] [\-\-use\-llvm] [\-\-build\-from\-source] [\-\-devel] [\-\-HEAD]\fR \fIformula\fR +\fBinstall [\-\-debug] [\-\-ignore\-dependencies] [\-\-fresh] [\-\-use\-clang|\-\-use\-gcc|\-\-use\-llvm] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR Install \fIformula\fR\. . .IP \fIformula\fR is usually the name of the formula to install, but it can be specified several different ways\. See \fISPECIFYING FORMULAE\fR\. . .IP -If \fB\-\-force\fR is passed, will install \fIformula\fR if it exists, even if it is blacklisted\. -. -.IP If \fB\-\-debug\fR is passed and brewing fails, open a shell inside the temporary directory used for compiling\. . .IP @@ -198,7 +195,7 @@ If \fB\-\-devel\fR is passed, and \fIformula\fR defines it, install the developm If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable\. . .IP -To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR or \fBbrew install \-\-force \-\-HEAD <foo>\fR\. +To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR\. . .TP \fBinstall \-\-interactive [\-\-git]\fR \fIformula\fR |
