diff options
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 52576485..5405838d 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -29,7 +29,7 @@ Getopt::Long::Configure(@configuration); my $urpm; # stores the values of the command-line options -our %options; +our %options = (verbose => 0); # used by urpmf sub add_param_closure { |