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
Changes for bin/efa: 1 added line, 0 removed lines.
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;
}