aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJack Nagel2014-03-08 19:08:47 -0600
committerJack Nagel2014-03-08 19:08:47 -0600
commitce93c75f1125086928df49b8d4cea1051c9abdc3 (patch)
treede36a999aac711dce0f932b6b08ed3e9fdf2b9ac /share
parentcf41bb1ebbe3b7363b9ffaab03e2ea3a39f372b0 (diff)
downloadbrew-ce93c75f1125086928df49b8d4cea1051c9abdc3.tar.bz2
Remove "--fresh" option from installer
Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.15
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index fda7e9032..621425691 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -174,7 +174,7 @@ To view formula history locally: \fBbrew log \-p <formula>\fR\.
Print a JSON representation of \fIformula\fR\. Currently the only accepted value for \fIversion\fR is \fBv1\fR\.
.
.TP
-\fBinstall [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-only\-dependencies] [\-\-fresh] [\-\-cc=<compiler>] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR
+\fBinstall [\-\-debug] [\-\-env=<std|super>] [\-\-ignore\-dependencies] [\-\-only\-dependencies] [\-\-cc=<compiler>] [\-\-build\-from\-source] [\-\-devel|\-\-HEAD]\fR \fIformula\fR
Install \fIformula\fR\.
.
.IP
@@ -196,9 +196,6 @@ If \fB\-\-ignore\-dependencies\fR is passed, skip installing any dependencies of
If \fB\-\-only\-dependencies\fR is passed, install the dependencies with specified options but do not install the specified formula\.
.
.IP
-If \fB\-\-fresh\fR is passed, the installation process will not re\-use any options from previous installs\.
-.
-.IP
If \fB\-\-cc=<compiler>\fR is passed, attempt to compile using \fIcompiler\fR\. \fIcompiler\fR should be the name of the compiler\'s executable, for instance \fBgcc\-4\.2\fR for Apple\'s GCC 4\.2, or \fBgcc\-4\.8\fR for a Homebrew\-provided GCC 4\.8\.
.
.IP