Skip to content

Commit 8253e89

Browse files
committed
Improve readability of disabled command message
1 parent c089d8b commit 8253e89

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)