summaryrefslogtreecommitdiff
path: root/vest/dist-vest.pl
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-02-11 12:08:19 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2011-02-11 12:08:19 -0500
commite351d97ef33c56c8f20cddb4af7020eb039eeabf (patch)
tree9053fb35489c7ffcd68357b47a93e316f736f00c /vest/dist-vest.pl
parent0bd9da49bbc773ba7338a76666397e9cee22051a (diff)
vest fix
Diffstat (limited to 'vest/dist-vest.pl')
-rwxr-xr-xvest/dist-vest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl
index 0a1c06c3..9d7129c2 100755
--- a/vest/dist-vest.pl
+++ b/vest/dist-vest.pl
@@ -73,7 +73,7 @@ if (GetOptions(
"decode-nodes=i" => \$decode_nodes,
"density-prune=f" => \$density_prune,
"dont-clean" => \$disable_clean,
- "pass-suffix" => \$pass_suffix,
+ "pass-suffix=s" => \$pass_suffix,
"use-fork" => \$usefork,
"dry-run" => \$dryrun,
"epsilon=s" => \$epsilon,