aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-08-13 21:19:43 -0500
committerJack Nagel2012-08-13 21:19:43 -0500
commit7584c29fdedcbb90abc5ec6ab9e911bfafd1a921 (patch)
tree25f479bb443633603da67e003ac8eacf1b2e0e6b /Library
parent4bbc7864cef7f92852f1cb59c7946de62d686528 (diff)
downloadhomebrew-7584c29fdedcbb90abc5ec6ab9e911bfafd1a921.tar.bz2
todo-txt: restore caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/todo-txt.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb
index 32afb33d1..92a695c14 100644
--- a/Library/Formula/todo-txt.rb
+++ b/Library/Formula/todo-txt.rb
@@ -12,4 +12,10 @@ class TodoTxt < Formula
prefix.install 'todo.cfg' # Default config file
(prefix+'etc/bash_completion.d').install 'todo_completion'
end
+
+ def caveats; <<-EOS.undent
+ To configure, copy the default config to your HOME and edit it:
+ cp #{prefix}/todo.cfg ~/.todo.cfg
+ EOS
+ end
end