Removed --add #627

This commit is contained in:
Greg Wilkins 2016-07-20 14:59:45 +10:00
parent fce9403ab0
commit 77d8ebf1cd
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ public class StartArgs
licenseCheckRequired = true;
return;
}
if (arg.startsWith("--add=") || arg.startsWith("--add-to-start="))
if (arg.startsWith("--add-to-start="))
{
startModules.addAll(Props.getValues(arg));
run = false;