From e251ee8e540b6c08cb1c62509d834c39bcb5e6a3 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 22 Dec 2005 15:14:34 +0000 Subject: New option --auto-update (bug #19819) --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index 4ca21538..7b413b1d 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -68,6 +68,7 @@ my %options_spec = ( 'allow-medium-change' => \$::allow_medium_change, 'gui' => \$::gui, 'auto-select' => \$::auto_select, + 'auto-update' => sub { $::auto_update = $::auto_select = 1 }, 'no-remove|no-uninstall' => \$::no_remove, 'no-install' => \$::no_install, keep => sub { $urpm->{options}{keep} = 1 }, -- cgit v1.2.1