137138139140141142143144145146147
indexer.deleteRobotsByIP(); } else if (line.hasOption('b')) { if (line.getOptionValue('b') != null) indexer.markRobotByUserAgent(line.getOptionValue('b')); } else { printHelp(options, 0); }