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
commit 933885f21c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;