mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Sync
- Softened the wording in an error message. - Added WARNING commends to the Config sample.
This commit is contained in:
parent
42521fea8b
commit
533bbedd81
2 changed files with 4 additions and 2 deletions
|
@ -233,6 +233,9 @@ std::string Config::defaults =
|
|||
"shell.prompt=task> # Prompt used by the shell command\n"
|
||||
"\n"
|
||||
"# 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"
|
||||
"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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue