summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.update')
-rwxr-xr-xurpmi.update4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi.update b/urpmi.update
index 2a591329..5a5abc7f 100755
--- a/urpmi.update
+++ b/urpmi.update
@@ -20,7 +20,7 @@
use strict;
use urpm;
-use urpm::args;
+use urpm::args 'options';
use urpm::msg;
sub usage {
@@ -45,7 +45,7 @@ where <name> is a medium name to update.
}
sub main {
- our (@toupdates, %options);
+ our @toupdates;
my $urpm = new urpm;
$options{force} = 0;