author | Heiko Schlittermann (DTELE) <hs@schlittermann.de> |
Fri, 29 Jul 2011 11:06:27 +0200 | |
changeset 28 | a305827c8827 |
parent 27 | 82c0df89b287 |
child 29 | 4a1820d504c4 |
bin/imager.check | file | annotate | diff | comparison | revisions |
--- 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<verbose> + +Generate more output about what's going on. (default: on) + =item B<-y>|B<--yes> Assume "yes" for all questions (dangerous!). (default: no)