mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdHelp: Typos
This commit is contained in:
parent
f49e15e1a9
commit
2e10962d4e
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ int CmdHelp (
|
|||
std::cout << '\n'
|
||||
<< "Syntax: timew continue\n"
|
||||
<< '\n'
|
||||
<< "Resumes tracking the most recently closed interval. For exqample:\n"
|
||||
<< "Resumes tracking the most recently closed interval. For example:\n"
|
||||
<< '\n'
|
||||
<< " $ timew track 9am - 10am tag1 tag2\n"
|
||||
<< " $ timew continue\n"
|
||||
|
@ -770,7 +770,7 @@ int CmdHelp (
|
|||
<< '\n'
|
||||
<< "If there is a previous open interval, it will be closed at the given start time.\n"
|
||||
<< '\n'
|
||||
<< "Quotes are harmless if used unecessarily.\n"
|
||||
<< "Quotes are harmless if used unnecessarily.\n"
|
||||
<< '\n'
|
||||
<< "See also 'continue', 'stop', 'track'.\n"
|
||||
<< '\n';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue