From 891136788f4ad5ada81f896ca2e57e8b782519d8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 12 Nov 2010 08:51:48 -0500 Subject: [PATCH] Documentation - New task-sync man page not mentioned in default .taskrc file. --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 6c9266c86..b287b1e8a 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -48,7 +48,7 @@ std::string Config::defaults = "# Taskwarrior program configuration file.\n" "# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',\n" - "# 'man task-tutorial', 'man task-color' or 'man taskrc'\n" + "# 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc'\n" "\n" "# Here is an example of entries that use the default, override and blank values\n" "# variable=foo -- By specifying a value, this overrides the default\n"