# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1312149752 -7200 # Node ID 9a717ec183a23580f221f5b3fb47177729d3cbcd # Parent f1fea438101490792ab23154f44f8cb30d6f221e# Parent 8b655cc9bd2794bd0cd8c3fa8265a09e87692436 joined from testing (no tmp file for index) diff -r 8b655cc9bd27 -r 9a717ec183a2 bin/imager.save --- a/bin/imager.save Sun Jul 31 23:54:57 2011 +0200 +++ b/bin/imager.save Mon Aug 01 00:02:32 2011 +0200 @@ -35,7 +35,6 @@ blocksize => BS, pass => undef, comment => undef, - threads => undef, ); lock_keys(%o); @@ -51,7 +50,6 @@ -noperldoc => system("perldoc -V >/dev/null 2>&1") ); }, - "t|threads:i" => sub { $o{threads} = $_[1] ? $_[1] : 2 }, "c|comment=s" => \$o{comment}, "z|compress:i" => sub { $o{compress} = $_[1] ? $_[1] : Z_BEST_SPEED }, "p|pass=s" => \$o{pass},