aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/vcodex.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/vcodex.rb b/Library/Formula/vcodex.rb
index a02821e7e..a29abc0aa 100644
--- a/Library/Formula/vcodex.rb
+++ b/Library/Formula/vcodex.rb
@@ -42,8 +42,10 @@ class Vcodex < Formula
man.install 'man/man3'
end
- def caveats
- "We agreed to the AT&T Source Code License for you.\nIf this is unacceptable you should uninstall."
+ def caveats; <<-EOS.undent
+ We agreed to the AT&T Source Code License for you.
+ If this is unacceptable you should uninstall.
+ EOS
end
end