From 66b2e3468cec46a9796e73e471f9d622e1186045 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 18 Mar 2018 11:29:27 -0400 Subject: [PATCH] TW #1922: Can't find export scripts - Thanks to tom-doerr --- AUTHORS | 1 + ChangeLog | 2 ++ doc/man/task.1.in | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) 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