diff options
Diffstat (limited to 'Library/Formula/nazghul.rb')
| -rw-r--r-- | Library/Formula/nazghul.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/nazghul.rb b/Library/Formula/nazghul.rb index 1f2d52c20..c609bdcfa 100644 --- a/Library/Formula/nazghul.rb +++ b/Library/Formula/nazghul.rb @@ -19,9 +19,10 @@ class Nazghul <Formula system "make install" end - def caveats - "The built-in game for this engine is called \"Haxima\".\n"+ - "To run:\n"+ - " haxima.sh" + def caveats; <<-EOS.undent + The built-in game for this engine is called "Haxima". + To run: + haxima.sh" + EOS end end |
