ignoreScope = commandLine.getOptionValue(ACTION_OPTION);
if (ignoreScope == null || ignoreScope.isEmpty()) {
throw new OozieCLIException("-" + ACTION_OPTION + " is empty");
}
}
printCoordActionsStatus(wc.ignore(commandLine.getOptionValue(IGNORE_OPTION), ignoreScope));
}
else if (options.contains(KILL_OPTION)) {
if (commandLine.getOptionValue(KILL_OPTION).contains("-C")
&& (options.contains(DATE_OPTION) || options.contains(ACTION_OPTION))) {
String coordJobId = commandLine.getOptionValue(KILL_OPTION);