Skip to content
Snippets Groups Projects
Unverified Commit 5f8b2084 authored by Vítor Galvão's avatar Vítor Galvão Committed by GitHub
Browse files

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

Cask audit help: breakup desc string
parents 16eae0fe eb095eb8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment