From eb095eb899f4ec2412b06640d1bb25b445052262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Tue, 18 Aug 2020 16:14:30 +0100 Subject: [PATCH] Cask audit help: breakup desc string --- Library/Homebrew/cask/cmd/audit.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cask/cmd/audit.rb b/Library/Homebrew/cask/cmd/audit.rb index 612aeb370f..d03858c9a3 100644 --- a/Library/Homebrew/cask/cmd/audit.rb +++ b/Library/Homebrew/cask/cmd/audit.rb @@ -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