From ae7492f3b5fc1a3fcde1256f143e3cadb756c343 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 16 Feb 2019 20:07:28 +0000 Subject: [PATCH] Remove "undocumented options" that are documented options. --- Library/Homebrew/cmd/doctor.rb | 4 ---- Library/Homebrew/dev-cmd/audit.rb | 3 --- 2 files changed, 7 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 4b18a3c7b1..ceb838f7d0 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -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 diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index a3ef5a531f..b742fb80da 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -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