summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
1 files changed, 2 insertions, 0 deletions
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},