diff --git a/todo.sh b/todo.sh index 8dfa206..6b8ad25 100755 --- a/todo.sh +++ b/todo.sh @@ -1,7 +1,7 @@ #! /bin/bash -# NOTE: Todo.sh requires the todo.cfg configuration file to run. -# Place the todo.cfg file in your home directory or use the -d option for a custom location. +# NOTE: Todo.sh requires the .todo/config configuration file to run. +# Place the .todo/config file in your home directory or use the -d option for a custom location. [ -f VERSION-FILE ] && . VERSION-FILE || VERSION="@DEV_VERSION@" version() { sed -e 's/^ //' <