mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Corrected use of "reportdateformat" in taskrc.5 to "dateformat.report". - Corrected duplicate comment in Config.cpp defaults.
This commit is contained in:
parent
f74bed4355
commit
ca6bfeb2f2
2 changed files with 5 additions and 5 deletions
|
@ -85,7 +85,7 @@ std::string Config::defaults =
|
|||
"dateformat=m/d/Y # Preferred input and display date format\n"
|
||||
"dateformat.holiday=YMD # Preferred input date format for holidays\n"
|
||||
"dateformat.report=m/d/Y # Preferred display date format for reports\n"
|
||||
"dateformat.annotation=m/d/Y # Preferred display date format for reports\n"
|
||||
"dateformat.annotation=m/d/Y # Preferred display date format for annotations\n"
|
||||
"weekstart=Sunday # Sunday or Monday only\n"
|
||||
"displayweeknumber=yes # Show week numbers on calendar\n"
|
||||
"due=7 # Task is considered due in 7 days\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue