sourceDebug = (String) cliOpts.getOptionValue("source");
}
SourceUtils.checkSourcesHaveHashes(communityOverride, sourceDebug);
// (infrequently ie as part of sync, check all the sources have hashes, which the harvester depends on)
new SynchronizationController().startService(nTimeOfLastCleanse_secs, SourceUtils.getSourcesToWorkOn(communityOverride, sourceDebug, true, true));
}//TESTED
else if (cliOpts.hasOption("custom"))
{
String jobOverride = null;
if (cliOpts.hasOption("jobtitle")) {