Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -315,6 +315,7 @@ if (@exclude) { ...@@ -315,6 +315,7 @@ if (@exclude) {
} }
} }
# Argument verification done by Getopt::Long
if (defined($maxinter)) { if (defined($maxinter)) {
$post{maxChanges} = $maxinter; $post{maxChanges} = $maxinter;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment