Update the default option values so that the script can be run on river without arguments

This commit is contained in:
2009-12-06 12:17:42 +00:00
parent 9202d5f127
commit a07db800f7

View File

@@ -19,7 +19,7 @@ use lib $FindBin::Bin;
our %options = ( our %options = (
verbose => 0, verbose => 0,
quiet => 0, quiet => 0,
log_file => '', log_file => '/tmp/tvmover.log',
silent => 0, silent => 0,
help => 0, help => 0,
pretend => 0, pretend => 0,