TI-52: The 'refresh' scripts overwrites previous years data

- Thanks to m8r.
This commit is contained in:
Paul Beckingham 2016-11-06 08:20:47 -05:00
parent ccfa91e572
commit 6ccbf141de
4 changed files with 43 additions and 35 deletions

View file

@ -14,6 +14,11 @@ If you need a specific locale region, do this:
$ ./refresh --locale de-CH --region Bern
If the locale is not supported by holidata.net, or there is no data (yet) for
the locale for this year and next year, you will see an error.
By default, the current and next year are updated. If the locale is not
supported by holidata.net, or there is no data (yet) for the locale for this
year and next year, you will see an error.
To specify a set of years to update, do this:
$ ./refresh --locale en-US --year 2015 2016 2017