Documentation Update

- Added attribute modifiers to the help report.
This commit is contained in:
Paul Beckingham 2009-06-21 09:08:32 -04:00
parent fab37d3383
commit 245339e7fc

View file

@ -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:<alternate file> ..." << "\n"
<< "\n"