changed default blocksize, documented -b option
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Thu, 28 Jul 2011 12:14:35 +0200
changeset 22 dd3a291ad96b
parent 21 e0f19213f8b6
child 23 fa052441e5c2
changed default blocksize, documented -b option
bin/imager
--- a/bin/imager	Thu Jul 28 11:12:38 2011 +0200
+++ b/bin/imager	Thu Jul 28 12:14:35 2011 +0200
@@ -29,7 +29,7 @@
 my %o = (
     compress  => undef,
     verbose   => undef,
-    blocksize => 4 * MiB,
+    blocksize => 2 * MiB,
 );
 lock_keys(%o);
 
@@ -209,10 +209,14 @@
 
 =over
 
-=item B<-z>[I<level>]|B<--compress>[=I<level>]
+=item B<-z> [I<level>]|B<--compress>[=I<level>]
 
 Use compression when writing the blocks to disk. (default: off)
 
+=item B<-b> I<blocksize>|B<--blocksize>=I<blocksize>
+
+The blocksize used. (may be suffixed with K, M, G). (default: 2MiB)
+
 =item B<-h>|B<--help>
 
 =item B<-m>|B<--man>