- Migrated handleShow to CmdShow.
This commit is contained in:
Paul Beckingham 2011-05-25 00:38:21 -04:00
parent 54d98a6b2d
commit 62203a45f8
9 changed files with 362 additions and 277 deletions

View file

@ -242,10 +242,6 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
view.set (row, 1, "task ids [filter]");
view.set (row, 2, "Shows only the IDs of matching tasks, in the form of a range.");
row = view.addRow ();
view.set (row, 1, "task show [all | substring]");
view.set (row, 2, "Shows the entire task configuration variables or the ones containing substring.");
row = view.addRow ();
view.set (row, 1, "task config [name [value | '']]");
view.set (row, 2, "Add, modify and remove settings in the task configuration.");