mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Improve readability of disabled command message
This commit is contained in:
parent
c089d8b9da
commit
8253e89eea
@ -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