Merge branch '1.2.x'

This commit is contained in:
Phillip Webb
2015-11-09 14:40:59 -08:00

View File

@@ -87,7 +87,7 @@ public class OptionHandler {
argsToUse[i] = "--cp";
}
}
OptionSet options = getParser().parse(args);
OptionSet options = getParser().parse(argsToUse);
return run(options);
}