mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #589
- Fixed bug #589, where the man page did not adequately describe searching or usage of attribute modifiers (thanks to Steve Rader).
This commit is contained in:
parent
317b7f5d40
commit
77f3269f09
3 changed files with 155 additions and 46 deletions
|
@ -335,7 +335,7 @@ int longUsage (std::string& outs)
|
|||
<< " any" << "\n"
|
||||
<< " is (synonym equals)" << "\n"
|
||||
<< " isnt (synonym not)" << "\n"
|
||||
<< " has (synonym contain)" << "\n"
|
||||
<< " has (synonym contains)" << "\n"
|
||||
<< " hasnt" << "\n"
|
||||
<< " startswith (synonym left)" << "\n"
|
||||
<< " endswith (synonym right)" << "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue