Allow bulkupdates without constraints (#746)
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user