Skip to content

Commit

Permalink
memcached - fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Jeffrey Long authored and adamv committed Mar 5, 2011
1 parent 5bbf401 commit 929a8ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Library/Formula/memcached.rb
Expand Up @@ -23,15 +23,15 @@ def install
(prefix+'com.danga.memcached.plist').write startup_plist
end

def caveats; <<-EOS
You can enabled memcached to automatically load on login with:
cp #{prefix}/com.danga.memcached.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/com.danga.memcached.plist
def caveats; <<-EOS.undent
You can enable memcached to automatically load on login with:
cp #{prefix}/com.danga.memcached.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/com.danga.memcached.plist
Or start it manually:
#{HOMEBREW_PREFIX}/bin/memcached
Or start it manually:
#{HOMEBREW_PREFIX}/bin/memcached
Add "-d" to start it as a daemon.
Add "-d" to start it as a daemon.
EOS
end

Expand Down

0 comments on commit 929a8ab

Please sign in to comment.