Commands - diag

- Migrated diag.cpp to CmdDiagnostics.
This commit is contained in:
Paul Beckingham 2011-05-28 13:15:19 -04:00
parent 0ce198ab8c
commit ed97fcc108
9 changed files with 184 additions and 133 deletions

View file

@ -242,10 +242,6 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
row = view.addRow ();
view.set (row, 1, "task config [name [value | '']]");
view.set (row, 2, "Add, modify and remove settings in the task configuration.");
row = view.addRow ();
view.set (row, 1, "task diagnostics");
view.set (row, 2, "Information needed when reporting a problem.");
*/
output = "\n"