Allow bulkupdates without constraints (#746)

This commit is contained in:
Luck
2018-02-10 21:51:57 +00:00
Unverified
parent 63f8e8849f
commit d14310768c
@@ -84,7 +84,7 @@ public class BulkUpdateCommand extends SingleCommand {
return CommandResult.SUCCESS;
}
if (args.size() < 3) {
if (args.size() < 2) {
throw new ArgumentUtils.DetailedUsageException();
}