Merge pull request #10254 from vitorgalvao/casks-no-overwrite-symlink
Docs: non-cask binaries are not overwritten by --force
This commit is contained in:
commit
da34993394
@ -37,7 +37,8 @@ module Homebrew
|
|||||||
"or a shell inside the temporary build directory."
|
"or a shell inside the temporary build directory."
|
||||||
switch "-f", "--force",
|
switch "-f", "--force",
|
||||||
description: "Install formulae without checking for previously installed keg-only or " \
|
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",
|
switch "-v", "--verbose",
|
||||||
description: "Print the verification and postinstall steps."
|
description: "Print the verification and postinstall steps."
|
||||||
[
|
[
|
||||||
|
|||||||
@ -32,7 +32,8 @@ module Homebrew
|
|||||||
"or a shell inside the temporary build directory."
|
"or a shell inside the temporary build directory."
|
||||||
switch "-f", "--force",
|
switch "-f", "--force",
|
||||||
description: "Install formulae without checking for previously installed keg-only or "\
|
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",
|
switch "-v", "--verbose",
|
||||||
description: "Print the verification and postinstall steps."
|
description: "Print the verification and postinstall steps."
|
||||||
switch "-n", "--dry-run",
|
switch "-n", "--dry-run",
|
||||||
|
|||||||
@ -252,7 +252,7 @@ the installed formulae or, every 30 days, for all formulae.
|
|||||||
* `-d`, `--debug`:
|
* `-d`, `--debug`:
|
||||||
If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory.
|
If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory.
|
||||||
* `-f`, `--force`:
|
* `-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`:
|
* `-v`, `--verbose`:
|
||||||
Print the verification and postinstall steps.
|
Print the verification and postinstall steps.
|
||||||
* `--formula`:
|
* `--formula`:
|
||||||
@ -608,7 +608,7 @@ upgraded formulae or, every 30 days, for all formulae.
|
|||||||
* `-d`, `--debug`:
|
* `-d`, `--debug`:
|
||||||
If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory.
|
If brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory.
|
||||||
* `-f`, `--force`:
|
* `-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`:
|
* `-v`, `--verbose`:
|
||||||
Print the verification and postinstall steps.
|
Print the verification and postinstall steps.
|
||||||
* `-n`, `--dry-run`:
|
* `-n`, `--dry-run`:
|
||||||
|
|||||||
@ -320,7 +320,7 @@ If brewing fails, open an interactive debugging session with access to IRB or a
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-f\fR, \fB\-\-force\fR
|
\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
|
.TP
|
||||||
\fB\-v\fR, \fB\-\-verbose\fR
|
\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
|
.TP
|
||||||
\fB\-f\fR, \fB\-\-force\fR
|
\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
|
.TP
|
||||||
\fB\-v\fR, \fB\-\-verbose\fR
|
\fB\-v\fR, \fB\-\-verbose\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user