TW-1878: uuids subcommand produces a space-delimited list, not comma-delimited

- Thanks to Scott Kostyshak.
This commit is contained in:
Paul Beckingham 2016-12-22 08:49:57 -05:00
parent e2d3737590
commit b600671e53
2 changed files with 4 additions and 3 deletions

View file

@ -231,9 +231,8 @@ This command is mainly of use to external scripts.
.TP
.B task <filter> 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