aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-14 20:08:05 +0200
committerMarkus Reiter2016-10-23 14:32:03 +0200
commit8e9eae695adff40df52e667db30dd4fc318615ef (patch)
tree416e080ab6b639042991812f2c6c75a3ab98e4fd /Library/Homebrew/cask/lib/hbc/cli.rb
parent1a0f8b8a02cfe8795e2128fb294e97bb67fb03f0 (diff)
downloadbrew-8e9eae695adff40df52e667db30dd4fc318615ef.tar.bz2
Use `()` as delimiters for `%Q` and `%q` literals.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli.rb2
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