Skip to content
Snippets Groups Projects
Commit 5dbe54d7 authored by Vítor Galvão's avatar Vítor Galvão
Browse files

Docs: non-cask binaries are not overwritten by --force

parent 4e79550b
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@ module Homebrew
"or a shell inside the temporary build directory."
switch "-f", "--force",
description: "Install formulae without checking for previously installed keg-only or " \
"non-migrated versions. Overwrite existing files when installing casks."
"non-migrated versions. When installing casks, overwrite existing files "\
"(binaries and symlinks are excluded, unless originally from the same cask)."
switch "-v", "--verbose",
description: "Print the verification and postinstall steps."
[
......
......@@ -32,7 +32,8 @@ module Homebrew
"or a shell inside the temporary build directory."
switch "-f", "--force",
description: "Install formulae without checking for previously installed keg-only or "\
"non-migrated versions. Overwrite existing files when installing casks."
"non-migrated versions. When installing casks, overwrite existing files "\
"(binaries and symlinks are excluded, unless originally from the same cask)."
switch "-v", "--verbose",
description: "Print the verification and postinstall steps."
switch "-n", "--dry-run",
......
......@@ -252,7 +252,7 @@ the installed formulae or, every 30 days, for all formulae.
* `-d`, `--debug`:
If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory.
* `-f`, `--force`:
Install formulae without checking for previously installed keg-only or non-migrated versions. Overwrite existing files when installing casks.
Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask).
* `-v`, `--verbose`:
Print the verification and postinstall steps.
* `--formula`:
......@@ -608,7 +608,7 @@ upgraded formulae or, every 30 days, for all formulae.
* `-d`, `--debug`:
If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory.
* `-f`, `--force`:
Install formulae without checking for previously installed keg-only or non-migrated versions. Overwrite existing files when installing casks.
Install formulae without checking for previously installed keg-only or non-migrated versions. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask).
* `-v`, `--verbose`:
Print the verification and postinstall steps.
* `-n`, `--dry-run`:
......
......@@ -320,7 +320,7 @@ If brewing fails, open an interactive debugging session with access to IRB or a
.
.TP
\fB\-f\fR, \fB\-\-force\fR
Install formulae without checking for previously installed keg\-only or non\-migrated versions\. Overwrite existing files when installing casks\.
Install formulae without checking for previously installed keg\-only or non\-migrated versions\. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)\.
.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
......@@ -815,7 +815,7 @@ If brewing fails, open an interactive debugging session with access to IRB or a
.
.TP
\fB\-f\fR, \fB\-\-force\fR
Install formulae without checking for previously installed keg\-only or non\-migrated versions\. Overwrite existing files when installing casks\.
Install formulae without checking for previously installed keg\-only or non\-migrated versions\. When installing casks, overwrite existing files (binaries and symlinks are excluded, unless originally from the same cask)\.
.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment