diff --git a/Library/Homebrew/cask/cmd/audit.rb b/Library/Homebrew/cask/cmd/audit.rb
index 612aeb370ff65d5b7837bcab31a99ec38a704e85..d03858c9a3f6a97dce2cd5cdef373f0519a8d268 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