Imported Upstream version 3.3.1
[debian/amanda] / server-src / amlogroll.pl
index 7d937479a1b0e08006e9510e0e740dd29ff48577..9611a8a39ca118f6cf00b126005ee8b52c4c9fd2 100644 (file)
@@ -24,14 +24,17 @@ use warnings;
 use Amanda::Util qw( :constants );
 use Amanda::Config qw( :init );
 use Amanda::Logfile qw( log_rename get_current_log_timestamp $amanda_log_trace_log );
-use Amanda::Debug;
+use Amanda::Debug qw( debug );
 use Getopt::Long;
 
 Amanda::Util::setup_application("amlogroll", "server", $CONTEXT_CMDLINE);
 
 my $config_overrides = new_config_overrides($#ARGV+1);
+
+debug("Arguments: " . join(' ', @ARGV));
 Getopt::Long::Configure(qw{bundling});
 GetOptions(
+    'version' => \&Amanda::Util::version_opt,
     'o=s' => sub { add_config_override_opt($config_overrides, $_[1]); },
 ) or usage();