Update CommandLineArgumentParser.java

This commit is contained in:
AhmedAhmedEG
2022-09-30 02:48:51 +02:00
committed by Jindra Petřík
parent e979e4a019
commit 8aeade870f

View File

@@ -2912,7 +2912,7 @@ public class CommandLineArgumentParser {
}
private static void parseReplace(Stack<String> args) {
if (args.size() < 4) {
if (args.size() < 3) {
badArguments("replace");
}