- Categorize has a better definition of FILTER.
This commit is contained in:
Paul Beckingham 2014-10-15 02:32:32 -04:00
parent 83898359e3
commit 8dd9082697

View file

@ -437,7 +437,7 @@ void CLI::categorize ()
{
a->tag ("MODIFICATION");
}
else
else if (!foundCommand || (foundCommand && readOnly))
{
a->tag ("FILTER");
}