From 8dd9082697d9f110632e20084e14026b74e0aaef Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 15 Oct 2014 02:32:32 -0400 Subject: [PATCH] CLI - Categorize has a better definition of FILTER. --- src/CLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLI.cpp b/src/CLI.cpp index 6eb083b28..0785b7c58 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -437,7 +437,7 @@ void CLI::categorize () { a->tag ("MODIFICATION"); } - else + else if (!foundCommand || (foundCommand && readOnly)) { a->tag ("FILTER"); }