Merge pull request #8388 from vitorgalvao/audit-help-lines
Cask audit help: breakup desc string
This commit is contained in:
commit
5f8b20849d
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user