Allow bulkupdates without constraints (#746)

This commit is contained in:
Luck 2018-02-10 21:51:57 +00:00
parent 63f8e8849f
commit d14310768c
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -84,7 +84,7 @@ public class BulkUpdateCommand extends SingleCommand {
return CommandResult.SUCCESS;
}
if (args.size() < 3) {
if (args.size() < 2) {
throw new ArgumentUtils.DetailedUsageException();
}