diff options
Diffstat (limited to 'vest/parallelize.pl')
-rwxr-xr-x | vest/parallelize.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/parallelize.pl b/vest/parallelize.pl index a81edee0..b7e7427e 100755 --- a/vest/parallelize.pl +++ b/vest/parallelize.pl @@ -88,7 +88,7 @@ unless (GetOptions( "baseport=i" => \$basep, "iport=i" => \$randp, #ugly option name so first letter doesn't conflict "no-which!" => \$no_which, - "n-cd!" => \$no_cd, + "no-cd!" => \$no_cd, ) && scalar @ARGV){ print_help(); die "bad options."; |