From e611acef4e04ec5a84a967fef1da4d48a7d0bbb9 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 11 Jun 2006 18:40:45 +0000 Subject: - restore old behavior of urpmi.addmedia, add --all-media and --interactive options --- urpm/args.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index cfb7cff4..c6de5f38 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -304,6 +304,8 @@ my %options_spec = ( 'probe-hdlist' => sub { $options{probe_with} = 'hdlist' }, 'no-probe' => sub { $options{probe_with} = undef }, distrib => sub { $options{distrib} = 1 }, + interactive => sub { $options{interactive} = 1 }, + 'all-media' => sub { $options{allmedia} = 1 }, 'from=s' => \$options{mirrors_url}, virtual => \$options{virtual}, nopubkey => \$options{nopubkey}, -- cgit v1.2.1