simplify caveats in diffmerge.rb

This commit is contained in:
Roland Walker 2014-10-07 10:39:50 -04:00
parent ab0ab29148
commit db905dfc25
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ class Diffmerge < Cask
binary 'DiffMerge.app/Contents/MacOS/DiffMerge', :target => 'diffmerge'
caveats <<-EOS.undent
Use `diffmerge --nosplash` when configuring external tools such
as git to use diffmerge. This will squlech the splash screen.
EOS
Use "diffmerge --nosplash" to hide the splash screen when using
diffmerge with external tools such as git.
EOS
end