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

@ -51,7 +51,7 @@ CmdIDs::CmdIDs ()
_accepts_filter = true;
_accepts_modifications = false;
_accepts_miscellaneous = false;
_category = Command::Category::interrogator;
_category = Command::Category::metadata;
}
////////////////////////////////////////////////////////////////////////////////
@ -223,7 +223,7 @@ CmdUUIDs::CmdUUIDs ()
_accepts_filter = true;
_accepts_modifications = false;
_accepts_miscellaneous = false;
_category = Command::Category::interrogator;
_category = Command::Category::metadata;
}
////////////////////////////////////////////////////////////////////////////////