Added documentation for multi-day holidays.

This commit is contained in:
DanielMowitz 2021-04-21 22:57:10 +02:00 committed by Tomas Babej
parent 277373ba89
commit 7a07e09733

View file

@ -766,7 +766,7 @@ the 'info' command. Default value is "1".
.SS HOLIDAYS .SS HOLIDAYS
Holidays are entered either directly in the .taskrc file or via an include file Holidays are entered either directly in the .taskrc file or via an include file
that is specified in .taskrc. For each holiday the name and the date is that is specified in .taskrc. For single-day holidays the name and the date is
required to be given: required to be given:
.RS .RS
@ -775,10 +775,20 @@ required to be given:
holiday.towel.name=Day of the towel holiday.towel.name=Day of the towel
.br .br
holiday.towel.date=20100525 holiday.towel.date=20100525
.RE
.RE
For multi-day holidays the name and a start and end date are required to be
given:
.RS
.RS
.br .br
holiday.sysadmin.name=System Administrator Appreciation Day holiday.sysadmin.name=System Administrator Appreciation Week
.br .br
holiday.sysadmin.date=20100730 holiday.sysadmin.start=20100730
.br
holiday.sysadmin.end=20100805
.RE .RE
.RE .RE