summaryrefslogtreecommitdiff
path: root/vest/parallelize.pl
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-28 19:34:33 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-28 19:34:33 +0000
commit207e694dd81046c2d2fa740f565ec2bb31f8152e (patch)
treea4ea78fd0fd5b4a42c4cb68fa0ccf60307ee4c4f /vest/parallelize.pl
parenta3fbd83aba006a694c73c50e7efe646e702058e1 (diff)
spelling
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@43 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/parallelize.pl')
-rwxr-xr-xvest/parallelize.pl2
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.";