mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdHelp: Expanded 'continue' command help
This commit is contained in:
parent
57e3048b57
commit
49431be766
1 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue