From 2ec296088a22258e702ca8ace884982bf8d8a2ac Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 17 Feb 2011 12:36:37 -0500 Subject: [PATCH] Documentation - Minor doc edits. --- INSTALL | 4 ++-- NEWS | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 92def983f..863d67d1c 100644 --- a/INSTALL +++ b/INSTALL @@ -34,8 +34,8 @@ Briefly, these shell commands will unpack, build and install taskwarrior: $ cd task-X.Y.Z [2] $ cmake . [3] $ make [4] - $ sudo make install [6] - $ cd .. ; rm -r task-X.Y.Z [7] + $ sudo make install [5] + $ cd .. ; rm -r task-X.Y.Z [6] These commands are explained below: diff --git a/NEWS b/NEWS index a1584cafd..a991c271b 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,7 @@ New commands in taskwarrior 1.9.4 'burndown' that is an alias to burndown.weekly. - 'count' accepts a filter, and simply returns a count of the tasks matching the filter. Used as a helper command by scripts. + - '_query' helper command for all future export formats. New configuration options in taskwarrior 1.9.4