Documentation

- Added explanation of the new settings.
This commit is contained in:
Paul Beckingham
2010-10-04 22:14:44 -04:00
parent fa46fcf8ca
commit 9e4786e4fe

View File

@@ -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"