summaryrefslogtreecommitdiff
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
commit85c8f8828f4cb8f347b96dbc676c89490e456272 (patch)
tree6743dde7c40f3f9b115b2e2e7430047993a56f2f
parente50c5c5b545c61b1e824070a11d5d4215311496e (diff)
vest fix
-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,