mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
parent
de42c8ba34
commit
587f8910ef
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int CmdSync::execute (std::string& output)
|
||||||
os << "Sync server at " << origin;
|
os << "Sync server at " << origin;
|
||||||
server_ident = os.str();
|
server_ident = os.str();
|
||||||
} else {
|
} else {
|
||||||
throw std::string ("No sync.* settings are configured.");
|
throw std::string ("No sync.* settings are configured. See task-sync(5).");
|
||||||
}
|
}
|
||||||
|
|
||||||
std::stringstream out;
|
std::stringstream out;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue