Enhancement - #407 show command

- finalized the implementation
- a searchstring can now be supplied to limit the display
  of configuration settings
This commit is contained in:
Federico Hernandez 2010-06-08 22:38:35 +02:00
parent c93db168f3
commit d37c798dbc
5 changed files with 31 additions and 32 deletions

View file

@ -207,8 +207,8 @@ int shortUsage (std::string &outs)
table.addCell (row, 2, "Shows the task version number.");
row = table.addRow ();
table.addCell (row, 1, "task show [section-name]");
table.addCell (row, 2, "Shows the task entire configuration or a specific section.");
table.addCell (row, 1, "task show [all | substring]");
table.addCell (row, 2, "Shows the entire task configuration variables or the ones containing substring.");
row = table.addRow ();
table.addCell (row, 1, "task config [name [value | '']]");