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",
description: "Run additional, slower style checks that require a network connection"
switch "--new-cask",
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
`--strict` and `--online`"
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 " \
"`--strict` and `--online`"
end
end