- 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:
Paul Beckingham 2010-12-30 09:37:40 -05:00
parent 317b7f5d40
commit 77f3269f09
3 changed files with 155 additions and 46 deletions

View file

@ -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"