mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Fix typo
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
abf4784aba
commit
55ea1aafce
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int CmdStart (
|
|||
else if (!interval.is_started () || interval.is_ended ())
|
||||
{
|
||||
throw std::string ("The start command does not accept ranges but only a single datetime. "
|
||||
"Perhaps you want the track command?.");
|
||||
"Perhaps you want the track command?");
|
||||
}
|
||||
|
||||
// We expect no ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue