diff --git a/AUTHORS b/AUTHORS index eb2e98c5b..006eb3302 100644 --- a/AUTHORS +++ b/AUTHORS @@ -327,3 +327,4 @@ suggestions: rjc php-coder Martin F. Krafft + tom-doerr diff --git a/ChangeLog b/ChangeLog index e34ca31b2..1663c10de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -93,6 +93,8 @@ Thanks to Martin F. Krafft - TW #1986 [Nit] Update DEVELOPER.md after migration to Github Thanks to Kirill Bobyrev +- TW #1922 Can't find export scripts + Thanks to tom-doerr - Added 'juhannus' as a synonym for 'midsommarafton' Thanks to Lynoure Braakman - Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY' diff --git a/doc/man/task.1.in b/doc/man/task.1.in index b167f704d..3f5e29e86 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -177,8 +177,8 @@ Displays only a count of tasks matching the filter. .B task export Exports all tasks in the JSON format. Redirect the output to a file, if you wish to save it, or pipe it to another command or script to convert it to -another format. The standard task release comes with a few example scripts, -such as: +another format. You'll find these example scripts online at +: export-csv.pl export-sql.py