diff options
Diffstat (limited to 'script/borg-restore.pl')
-rwxr-xr-x | script/borg-restore.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index 5ee080f..7bdcac6 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -196,7 +196,7 @@ sub main { GetOptions(\%opts, "help|h", "debug", "update-cache|u", "destination|d=s", "time|t=s", "adhoc") or pod2usage(2); pod2usage(0) if $opts{help}; - pod2usage(-verbose => 0) if (@ARGV== 0); + pod2usage(-verbose => 0) if (@ARGV== 0 and !$opts{"update-cache"}); if ($opts{debug}) { my $logger = Log::Log4perl->get_logger(''); |