diff options
| author | Adam Vandenberg | 2013-02-07 16:34:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-07 16:34:38 -0800 |
| commit | 456523fc3ffae0f0e088b1a2d584f2675ab408e0 (patch) | |
| tree | b181ccaa6cc6fb46b2736c0d4127fce1e45db1a5 /Library | |
| parent | 603bcb6cc80c3a725868766a8ee3a9a7b284d56d (diff) | |
| download | brew-456523fc3ffae0f0e088b1a2d584f2675ab408e0.tar.bz2 | |
Manpage: remove `brew install --force`.
Closes Homebrew/homebrew#17654.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 8 |
1 files changed, 2 insertions, 6 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 |
