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 | e351d97ef33c56c8f20cddb4af7020eb039eeabf (patch) | |
tree | 9053fb35489c7ffcd68357b47a93e316f736f00c /vest | |
parent | 0bd9da49bbc773ba7338a76666397e9cee22051a (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, |