Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
456523fc
Commit
456523fc
authored
12 years ago
by
Adam Vandenberg
Browse files
Options
Downloads
Patches
Plain Diff
Manpage: remove `brew install --force`.
Closes Homebrew/homebrew#17654.
parent
603bcb6c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Contributions/manpages/brew.1.md
+2
-6
2 additions, 6 deletions
Library/Contributions/manpages/brew.1.md
share/man/man1/brew.1
+3
-6
3 additions, 6 deletions
share/man/man1/brew.1
with
5 additions
and
12 deletions
Library/Contributions/manpages/brew.1.md
+
2
−
6
View file @
456523fc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
share/man/man1/brew.1
+
3
−
6
View file @
456523fc
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW" "1" "
Jan
uary 2013" "Homebrew" "brew"
.TH "BREW" "1" "
Febr
uary 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment