zcmdcat: Categorize 'task context'.

This commit is contained in:
Daniel Shahaf 2015-07-20 03:25:33 +00:00 committed by Paul Beckingham
parent de9a815063
commit 5ca1dd540e
3 changed files with 3 additions and 0 deletions

View file

@ -201,6 +201,7 @@ const std::map <Command::Category, std::string> Command::categoryNames =
,{Command::Category::interrogator, "interrogator"}
,{Command::Category::report, "report"}
,{Command::Category::operation, "operation"}
,{Command::Category::context, "context"}
,{Command::Category::graphs, "graphs" }
,{Command::Category::config, "config" }
,{Command::Category::migration, "migration"}