diff -r 82c0df89b287 -r a305827c8827 bin/imager.check --- a/bin/imager.check Fri Jul 29 10:58:05 2011 +0200 +++ b/bin/imager.check Fri Jul 29 11:06:27 2011 +0200 @@ -19,7 +19,7 @@ my %o = ( yes => undef, - verbose => undef, + verbose => 1, check => undef, ); lock_keys(%o); @@ -250,6 +250,10 @@ =over +=item B<-v>|B<-->[no]B + +Generate more output about what's going on. (default: on) + =item B<-y>|B<--yes> Assume "yes" for all questions (dangerous!). (default: no)