Configuration

- Corrected wording in a comment in the .taksrc defaults.
- Removed obsolete 'export.ical.class' setting.
This commit is contained in:
Paul Beckingham
2011-10-02 15:11:38 -04:00
parent 42f0252c4d
commit fdd660fb75

View File

@@ -284,7 +284,7 @@ std::string Config::_defaults =
"# Merge options\n"
"#\n"
"# WARNING: Please read the documentation (man task-sync) before proceeding with these\n"
"# synchronization features. Improperly used, data can be lost!\n"
"# synchronization features. If improperly used, data can be lost!\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"
@@ -305,9 +305,6 @@ std::string Config::_defaults =
"#import.synonym.tags=?\n"
"#import.synonym.uuid=?\n"
"\n"
"# Export Controls\n"
"export.ical.class=PRIVATE # Could be PUBLIC, PRIVATE or CONFIDENTIAL\n"
"\n"
"# Aliases - alternate names for commands\n"
"alias.rm=delete # Alias for the delete command\n"
"alias.history=history.monthly # Prefer monthly over annual history reports\n"