From c83f702f58c964a17ac842759ffecd61593967c8 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 20 Jul 2015 02:57:57 +0000 Subject: [PATCH] zcmdcat: Categorize reports. --- src/commands/CmdCustom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index e2b9f63ce..6a01ede6c 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -52,6 +52,7 @@ CmdCustom::CmdCustom ( _description = d; _read_only = true; _displays_id = true; + _category = Category::report; } ////////////////////////////////////////////////////////////////////////////////