sync: Point to manpage if unconfigured

See #3340.
This commit is contained in:
ryneeverett 2024-04-05 10:35:15 -04:00
parent de42c8ba34
commit 587f8910ef

View file

@ -88,7 +88,7 @@ int CmdSync::execute (std::string& output)
os << "Sync server at " << origin;
server_ident = os.str();
} else {
throw std::string ("No sync.* settings are configured.");
throw std::string ("No sync.* settings are configured. See task-sync(5).");
}
std::stringstream out;