Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-08-19 15:02:38 +02:00
parent abf4784aba
commit 55ea1aafce

View file

@ -47,7 +47,7 @@ int CmdStart (
else if (!interval.is_started () || interval.is_ended ()) else if (!interval.is_started () || interval.is_ended ())
{ {
throw std::string ("The start command does not accept ranges but only a single datetime. " 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 // We expect no ids