caveats: tweak wording/formatting.
This commit is contained in:
parent
a1f24748e6
commit
2e7a3f3da2
@ -139,13 +139,11 @@ class Caveats
|
|||||||
def plist_caveats
|
def plist_caveats
|
||||||
return unless f.plist_manual
|
return unless f.plist_manual
|
||||||
|
|
||||||
# default to brew services not being supported.
|
# Default to brew services not being supported. macOS overrides this behavior.
|
||||||
# macOS will overwrite this behavior.
|
|
||||||
|
|
||||||
<<~EOS
|
<<~EOS
|
||||||
#{Formatter.warning("Warning:")} #{f.name} wants to install a service, which is currently only supported on macOS!
|
#{Formatter.warning("Warning:")} #{f.name} provides a launchd plist which can only be used on macOS!
|
||||||
You can manually execute the service with:
|
You can manually execute the service instead with:
|
||||||
#{f.plist_manual}
|
#{f.plist_manual}
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user