mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Replace references to monthsperline with calendar.monthsperline
This commit is contained in:
parent
c22b233300
commit
cd2abc7132
3 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ std::string configurationDefaults =
|
|||
"calendar.offset=0 # Apply an offset value to control the first month of the calendar\n"
|
||||
"calendar.offset.value=-1 # The number of months the first month of the calendar is moved\n"
|
||||
"calendar.holidays=none # Show public holidays on calendar:full, sparse or none\n"
|
||||
"#monthsperline=3 # Number of calendar months on a line\n"
|
||||
"#calendar.monthsperline=3 # Number of calendar months on a line\n"
|
||||
"\n"
|
||||
"# Journal controls\n"
|
||||
"journal.time=0 # Record start/stop commands as annotation\n"
|
||||
|
|
|
@ -85,6 +85,7 @@ int CmdShow::execute (std::string& output)
|
|||
" calendar.details.report"
|
||||
" calendar.holidays"
|
||||
" calendar.legend"
|
||||
" calendar.monthsperline"
|
||||
" calendar.offset"
|
||||
" calendar.offset.value"
|
||||
" color"
|
||||
|
@ -175,7 +176,6 @@ int CmdShow::execute (std::string& output)
|
|||
" list.all.projects"
|
||||
" list.all.tags"
|
||||
" locking"
|
||||
" monthsperline"
|
||||
" nag"
|
||||
" obfuscate"
|
||||
" print.empty.columns"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue