Cask audit help: breakup desc string

This commit is contained in:
Vítor Galvão 2020-08-18 16:14:30 +01:00
parent e2fb26b855
commit eb095eb899

View File

@ -28,9 +28,9 @@ module Cask
switch "--online", switch "--online",
description: "Run additional, slower style checks that require a network connection" description: "Run additional, slower style checks that require a network connection"
switch "--new-cask", switch "--new-cask",
description: "Run various additional style checks to determine if a new cask is eligible description: "Run various additional style checks to determine if a new cask is eligible " \
for Homebrew. This should be used when creating new casks and implies "for Homebrew. This should be used when creating new casks and implies " \
`--strict` and `--online`" "`--strict` and `--online`"
end end
end end