Merge pull request #3341 from ryneeverett/sync-config-man-warning
sync: Point to manpage if unconfigured
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user