Merge pull request #19930 from Homebrew/dug-cmd-disabled-wording
Improve readability of disabled command message
This commit is contained in:
commit
bb33840924
@ -169,7 +169,7 @@ module Homebrew
|
|||||||
T::Boolean)
|
T::Boolean)
|
||||||
odisabled(
|
odisabled(
|
||||||
"`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that",
|
"`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that",
|
||||||
"inherits from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
|
"subclassing of `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
|
||||||
disable_for_developers: false,
|
disable_for_developers: false,
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user