Remove "undocumented options" that are documented options.

This commit is contained in:
Mike McQuaid 2019-02-16 20:07:28 +00:00
parent 67cbb129ff
commit ae7492f3b5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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