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
commitc1fd8f9ba0c8a6f5ab07a3390d3f1a3910a3267e (patch)
tree21e1605aac27ea7db94c86e5035630b3db2e9c59 /vest/parallelize.pl
parent74f0381c89ab16d3e79789b74cf351bc2263ee12 (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.";