Commit c614446d authored by Phillip Webb's avatar Phillip Webb

Merge branch '1.2.x'

parents 72c94eba 49a55875
......@@ -87,7 +87,7 @@ public class OptionHandler {
argsToUse[i] = "--cp";
}
}
OptionSet options = getParser().parse(args);
OptionSet options = getParser().parse(argsToUse);
return run(options);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment