From 245339e7fc893619c2edfb01edf5b6a3da8b6144 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 21 Jun 2009 09:08:32 -0400 Subject: [PATCH] Documentation Update - Added attribute modifiers to the help report. --- src/report.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/report.cpp b/src/report.cpp index 20592718e..72a3afe73 100644 --- a/src/report.cpp +++ b/src/report.cpp @@ -243,6 +243,21 @@ std::string longUsage () << " bg: Background color" << "\n" << " limit: Desired number of rows in report" << "\n" << "\n" + << "Attribute modifiers improve filters. Supported modifiers are:" << "\n" + << " before (synonyms under, below)" << "\n" + << " after (synonyms over, above)" << "\n" + << " none" << "\n" + << " any" << "\n" + << " is (synonym equals)" << "\n" + << " isnt (synonym not)" << "\n" + << " has (synonym contain)" << "\n" + << " hasnt" << "\n" + << " startswith (synonym left)" << "\n" + << " endswith (synonym right)" << "\n" + << "\n" + << " For example:" << "\n" + << " task list due.before:eom priority.not:L" << "\n" + << "\n" << "The default .taskrc file can be overridden with:" << "\n" << " task rc: ..." << "\n" << "\n"