comparison bins_edit @ 8:c28af937b9bd

log verbosity fix (entr)
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:06:40 +0200
parents 69923c621cfe
children 0f248ad86f9f
comparison
equal deleted inserted replaced
7:69923c621cfe 8:c28af937b9bd
407 'h|help' => sub { help() }, 407 'h|help' => sub { help() },
408 'copyright' => sub { copyleft() }, 408 'copyright' => sub { copyleft() },
409 ) 409 )
410 or usage(1); 410 or usage(1);
411 411
412 print "Verbosity is $verbose" if $verbose>1; 412 print "Verbosity is $verbose\n" if $verbose>1;
413 413
414 my @files; 414 my @files;
415 if ($#ARGV < 0) { 415 if ($#ARGV < 0) {
416 if ($album) { 416 if ($album) {
417 @files = ("."); 417 @files = (".");