dev-cmd/man: Completely remove --link
- This was deprecated in ec75fbcb65ac151f401ec3fb483a1a1acf63d5e4 in 2016!
This commit is contained in:
parent
8869208a60
commit
a0f3545a86
@ -28,9 +28,6 @@ module Homebrew
|
||||
"can be used to notify CI when the manpages are out of date. Additionally, "\
|
||||
"the date used in new manpages will match those in the existing manpages (to allow "\
|
||||
"comparison without factoring in the date)."
|
||||
switch "--link",
|
||||
description: "This is now done automatically by `brew update`."
|
||||
|
||||
named_args :none
|
||||
end
|
||||
end
|
||||
@ -38,8 +35,6 @@ module Homebrew
|
||||
def man
|
||||
args = man_args.parse
|
||||
|
||||
odie "`brew man --link` is now done automatically by `brew update`." if args.link?
|
||||
|
||||
Commands.rebuild_internal_commands_completion_list
|
||||
regenerate_man_pages(preserve_date: args.fail_if_changed?, quiet: args.quiet?)
|
||||
|
||||
|
||||
@ -1094,8 +1094,6 @@ Generate Homebrew's manpages.
|
||||
|
||||
* `--fail-if-changed`:
|
||||
Return a failing status code if changes are detected in the manpage outputs. This can be used to notify CI when the manpages are out of date. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date).
|
||||
* `--link`:
|
||||
This is now done automatically by `brew update`.
|
||||
|
||||
### `mirror` *`formula`* [*`formula`* ...]
|
||||
|
||||
|
||||
@ -1509,10 +1509,6 @@ Generate Homebrew\'s manpages\.
|
||||
\fB\-\-fail\-if\-changed\fR
|
||||
Return a failing status code if changes are detected in the manpage outputs\. This can be used to notify CI when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-link\fR
|
||||
This is now done automatically by \fBbrew update\fR\.
|
||||
.
|
||||
.SS "\fBmirror\fR \fIformula\fR [\fIformula\fR \.\.\.]"
|
||||
Reupload the stable URL of a formula to Bintray for use as a mirror\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user