Skip to content

Commit bb33840

Browse files
authored
Merge pull request #19930 from Homebrew/dug-cmd-disabled-wording
Improve readability of disabled command message
2 parents c089d8b + 8253e89 commit bb33840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/cli/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def initialize(cmd = nil, &block)
169169
T::Boolean)
170170
odisabled(
171171
"`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that",
172-
"inherits from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
172+
"subclassing of `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
173173
disable_for_developers: false,
174174
)
175175
end

0 commit comments

Comments
 (0)