Remove "undocumented options" that are documented options.
This commit is contained in:
parent
67cbb129ff
commit
ae7492f3b5
@ -21,10 +21,6 @@ module Homebrew
|
|||||||
description: "Enable debugging and profiling of audit methods."
|
description: "Enable debugging and profiling of audit methods."
|
||||||
switch :verbose
|
switch :verbose
|
||||||
switch :debug
|
switch :debug
|
||||||
|
|
||||||
# Undocumented options:
|
|
||||||
# `-D` activates debugging and profiling of the doctor methods (not the same as `--debug`)
|
|
||||||
# `--list-checks` lists all doctor methods
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -56,9 +56,6 @@ module Homebrew
|
|||||||
switch :debug
|
switch :debug
|
||||||
conflicts "--only", "--except"
|
conflicts "--only", "--except"
|
||||||
conflicts "--only-cops", "--except-cops"
|
conflicts "--only-cops", "--except-cops"
|
||||||
|
|
||||||
# Undocumented options:
|
|
||||||
# `-D` activates debugging and profiling of the audit methods (not the same as `--debug`)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user