Commands: Better 'unimplemented' command descriptions

This commit is contained in:
Paul Beckingham 2016-03-19 13:28:37 -04:00
parent 4c4684d6f5
commit 25042cbe71
15 changed files with 15 additions and 15 deletions

View file

@ -30,7 +30,7 @@
////////////////////////////////////////////////////////////////////////////////
int CmdContinue ()
{
std::cout << "# continue\n";
std::cout << "[continue: allows resuming a stopped interval]\n";
// TODO Extract most recent interval.
// TODO Verify the most recent interval is closed.