CmdHelp: Expanded 'continue' command help

This commit is contained in:
Paul Beckingham 2016-03-27 01:24:48 -04:00
parent 57e3048b57
commit 49431be766

View file

@ -83,7 +83,13 @@ int CmdHelp (const std::vector <std::string>& args, Log& log)
std::cout << "\n"
<< "Syntax: timew continue\n"
<< "\n"
<< "Resumes tracking the most recently closed interval.\n"
<< "Resumes tracking the most recently closed interval. For exqample:\n"
<< "\n"
<< " $ timew track yesterday 9am - 5pm tag1 tag2\n"
<< " $ timew continue\n"
<< "\n"
<< "The 'continue' command creates a new interval, starting now, and using the tags\n"
<< "'tag1' and 'tag2'.\n"
<< "\n"
<< "See also 'start', 'stop'.\n"
<< "\n";