Enhancement - debug mode

- Added terminal width determination in debug mode.
This commit is contained in:
Paul Beckingham 2009-07-02 23:09:18 -04:00
parent 32b951dcc9
commit 5726926449
2 changed files with 12 additions and 1 deletions

View file

@ -171,7 +171,7 @@ std::string shortUsage ()
row = table.addRow ();
table.addCell (row, 1, "task export");
table.addCell (row, 2, "Lists all tasks as a CSV file.");
table.addCell (row, 2, "Lists all tasks in CSV format.");
row = table.addRow ();
table.addCell (row, 1, "task color");