From 6f53f40ad55c77f1269dacd3c8008813bec878f0 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 6 Aug 2015 20:37:27 -0400 Subject: [PATCH] Docs: Document that comma-separated lists of IDs/UUIDs are not supported --- ChangeLog | 2 ++ doc/man/task.1.in | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4aa96cb43..0a102d831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -146,6 +146,8 @@ - The 'commands' command shows the supported commands, with additional details that determine some of their behavior. - Improved feedback for tasks that do not have ID (thanks to Tomas Babej). +- Comma-separated lists of UUIDs can no longer be used as a filter. Use the + space character instead. ------ current release --------------------------- diff --git a/doc/man/task.1.in b/doc/man/task.1.in index 25be4f6aa..298155412 100644 --- a/doc/man/task.1.in +++ b/doc/man/task.1.in @@ -67,12 +67,12 @@ The parentheses isolate the logical term from any default command filter or implicit report filter which would be combined with an implicit 'and'. A filter may target specific tasks using ID or UUID numbers. To specify -multiple tasks use one of these forms (comma or space-separated list of ID -numbers, UUID numbers or ID ranges): +multiple tasks use one of these forms (space-separated list of ID numbers, +UUID numbers or ID ranges): - task 1,2,3 delete + task 1 2 3 delete task 1-3 info - task 1,2-5,19 modify pri:H + task 1 2-5 19 modify pri:H task 4-7 ebeeab00-ccf8-464b-8b58-f7f2d606edfb info .SH MODIFICATIONS @@ -216,8 +216,8 @@ an alias to 'history.monthly'. .TP .B task ids Applies the filter then extracts only the task IDs and presents them as -a range, for example: 1-4,12. This is useful as input to a task command, -to achieve this: +a space-separated list. This is useful as input to a task command, to achieve +this: task $(task project:Home ids) modify priority:H