diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-02-11 12:08:19 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-02-11 12:08:19 -0500 |
commit | 85c8f8828f4cb8f347b96dbc676c89490e456272 (patch) | |
tree | 6743dde7c40f3f9b115b2e2e7430047993a56f2f /vest | |
parent | e50c5c5b545c61b1e824070a11d5d4215311496e (diff) |
vest fix
Diffstat (limited to 'vest')
-rwxr-xr-x | vest/dist-vest.pl | 2 |
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, |