Merge pull request #3341 from ryneeverett/sync-config-man-warning

sync: Point to manpage if unconfigured
This commit is contained in:
Dustin J. Mitchell
2024-04-05 19:01:50 -04:00
committed by GitHub

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;