diff options
| author | Jeffrey Long | 2011-03-04 12:05:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-05 09:27:54 -0800 |
| commit | 929a8abdaa286c01e7bf1c0a288b069cd6bd4fdc (patch) | |
| tree | b47cb9b685e8764368c323016af694018b846637 | |
| parent | 5bbf401e901bc58dfa57fadb00a555c0fe8885ea (diff) | |
| download | homebrew-929a8abdaa286c01e7bf1c0a288b069cd6bd4fdc.tar.bz2 | |
memcached - fix typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/memcached.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb index 31942fee0..835d24ff7 100644 --- a/Library/Formula/memcached.rb +++ b/Library/Formula/memcached.rb @@ -23,15 +23,15 @@ class Memcached <Formula (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 |
