From b600671e53859c55bb2575bc0c9a69d5af399622 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 22 Dec 2016 08:49:57 -0500 Subject: [PATCH] TW-1878: uuids subcommand produces a space-delimited list, not comma-delimited - Thanks to Scott Kostyshak. --- ChangeLog | 2 ++ doc/man/task.1.in | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 854c6b489..7ddc30066 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ (thanks to Zachary Manning). - TW-1873 Specify different path to extensions/hooks directory (thanks to Eli). +- TW-1878 uuids subcommand produces a space-delimited list, not comma-delimited + (thanks to Scott Kostyshak). - 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 c279e2230..f7d4e0c40 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -231,9 +231,8 @@ This command is mainly of use to external scripts. .TP .B task uuids Applies the filter on all tasks (even deleted and completed tasks) -then extracts only the task UUIDs and presents them as -a comma-separated list. This is useful as input to a task command, to achieve -this: +then extracts only the task UUIDs and presents them as a space-separated list. +This is useful as input to a task command, to achieve this: task $(task project:Home status:completed uuids) modify status:pending