CmdCommands: Added command description column

- Shrunk the default widths of all the columns, for better spacing.
This commit is contained in:
Paul Beckingham 2015-08-29 12:32:17 -04:00
parent 70b252f280
commit 28d872dd31
18 changed files with 71 additions and 68 deletions

View file

@ -199,7 +199,7 @@ const std::map <Command::Category, std::string> Command::categoryNames =
{
// These strings are intentionally not l10n'd: they are used as identifiers.
{Command::Category::unassigned, "unassigned"} // should never happen
,{Command::Category::interrogator, "interrogator"}
,{Command::Category::metadata, "metadata"}
,{Command::Category::report, "report"}
,{Command::Category::operation, "operation"}
,{Command::Category::context, "context"}