diff options
| author | Jack Nagel | 2014-03-08 19:08:47 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-03-08 19:08:47 -0600 |
| commit | 8cdf4d8ebf439eb9a9ffcaa0e455ced9459e1e41 (patch) | |
| tree | bafc768576a2e062dd6c5343bb3114c04bf8443e /Library/Contributions | |
| parent | 3c9a197761423d57d2408f61cd27bf44820b4528 (diff) | |
| download | homebrew-8cdf4d8ebf439eb9a9ffcaa0e455ced9459e1e41.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 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 5f20c8cc1..96a5f9485 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -153,7 +153,7 @@ Note that these flags should only appear after a command. Print a JSON representation of <formula>. Currently the only accepted value for <version> is `v1`. - * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--fresh] [--cc=<compiler>] [--build-from-source] [--devel|--HEAD]` <formula>: + * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--cc=<compiler>] [--build-from-source] [--devel|--HEAD]` <formula>: Install <formula>. <formula> is usually the name of the formula to install, but it can be specified @@ -175,9 +175,6 @@ Note that these flags should only appear after a command. If `--only-dependencies` is passed, install the dependencies with specified options but do not install the specified formula. - If `--fresh` is passed, the installation process will not re-use any - options from previous installs. - If `--cc=<compiler>` is passed, attempt to compile using <compiler>. <compiler> should be the name of the compiler's executable, for instance `gcc-4.2` for Apple's GCC 4.2, or `gcc-4.8` for a Homebrew-provided GCC |
