Commit d2f853a9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa: --max-change arguments are verified by Getopt::Lang

parent 849e589b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -315,6 +315,7 @@ if (@exclude) {
	}
}

# Argument verification done by Getopt::Long
if (defined($maxinter)) {
	$post{maxChanges} = $maxinter;
}