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."
|
||||
switch :verbose
|
||||
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
|
||||
|
||||
|
@ -56,9 +56,6 @@ module Homebrew
|
||||
switch :debug
|
||||
conflicts "--only", "--except"
|
||||
conflicts "--only-cops", "--except-cops"
|
||||
|
||||
# Undocumented options:
|
||||
# `-D` activates debugging and profiling of the audit methods (not the same as `--debug`)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user