X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Famcheckdump.pl;h=937f78dec46cf615beb10a30f59a2e10b50663ee;hb=c6f0a88c567f8536c498f554285aed1f8150da18;hp=d8042bc9294d0f62df571419fb4fea096c6f0c6c;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/server-src/amcheckdump.pl b/server-src/amcheckdump.pl index d8042bc..937f78d 100644 --- a/server-src/amcheckdump.pl +++ b/server-src/amcheckdump.pl @@ -70,8 +70,10 @@ my $opt_timestamp; my $opt_verbose = 0; my $config_overrides = new_config_overrides($#ARGV+1); +debug("Arguments: " . join(' ', @ARGV)); Getopt::Long::Configure(qw(bundling)); GetOptions( + 'version' => \&Amanda::Util::version_opt, 'timestamp|t=s' => \$opt_timestamp, 'verbose|v' => \$opt_verbose, 'help|usage|?' => \&usage,