zcmdcat: Categorize reports.

This commit is contained in:
Daniel Shahaf 2015-07-20 02:57:57 +00:00 committed by Paul Beckingham
parent 8eb965d71d
commit c83f702f58

View file

@ -52,6 +52,7 @@ CmdCustom::CmdCustom (
_description = d; _description = d;
_read_only = true; _read_only = true;
_displays_id = true; _displays_id = true;
_category = Category::report;
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////