diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb index cd12ab086..b3b799d49 100644 --- a/Library/Homebrew/cask/lib/hbc/cli.rb +++ b/Library/Homebrew/cask/lib/hbc/cli.rb @@ -266,7 +266,7 @@ module Hbc            next unless klass.visible            puts "    #{klass.command_name.ljust(max_command_len)}  #{_help_for(klass)}"          end -        puts %Q{\nSee also "man brew-cask"} +        puts %Q(\nSee also "man brew-cask")        end        def help  | 
