Merge pull request #8388 from vitorgalvao/audit-help-lines

Cask audit help: breakup desc string
This commit is contained in:
Vítor Galvão 2020-08-18 16:57:58 +01:00 committed by GitHub
commit 5f8b20849d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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