diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-28 19:34:33 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-28 19:34:33 +0000 |
commit | 207e694dd81046c2d2fa740f565ec2bb31f8152e (patch) | |
tree | a4ea78fd0fd5b4a42c4cb68fa0ccf60307ee4c4f /vest | |
parent | a3fbd83aba006a694c73c50e7efe646e702058e1 (diff) |
spelling
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@43 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest')
-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."; |