From 9e4786e4fef2f959459725333fc035255fe71837 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 4 Oct 2010 22:14:44 -0400 Subject: [PATCH] Documentation - Added explanation of the new settings. --- src/Config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index e0c121a93..5fad9bc03 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -233,9 +233,9 @@ std::string Config::defaults = "shell.prompt=task> # Prompt used by the shell command\n" "\n" "# Merge options\n" - "merge.autopush=ask # Push database to remote origin after merge: yes, no, ask\n" - "#merge.default.uri=user@host.xz:.task/\n" - "#pull.default.uri=rsync://host.xz/task-backup/\n" + "merge.autopush=ask # Push database to remote origin after merge: yes, no, ask\n" + "#merge.default.uri=user@host.xz:.task/ # URI for merge\n" + "#pull.default.uri=rsync://host.xz/task-backup/ # URI for pull\n" "\n" "# Import heuristics - alternate names for fields (comma-separated list of names)\n" "#import.synonym.bg=?\n"