diff options
-rwxr-xr-x | vest/dist-vest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index 6a04b98b..f81a74a3 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -64,7 +64,7 @@ if (GetOptions( "decode-nodes=i" => \$decode_nodes, "dont-clean" => \$disable_clean, "dry-run" => \$dryrun, - "epsilon" => \$epsilon, + "epsilon=s" => \$epsilon, "help" => \$help, "interval" => \$interval, "iteration=i" => \$iteration, |