summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-24 18:38:56 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-24 18:38:56 +0000
commit5172e1a46444f54abcced42478bf5af17e48215b (patch)
tree2d5176c9f4f9c92b07d34d90dfed35dc6f0f0fa4 /urpm/args.pm
parentc90ed08c8cc82eccd61470df90341e2c03dec469 (diff)
downloadurpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar
urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar.gz
urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar.bz2
urpmi-5172e1a46444f54abcced42478bf5af17e48215b.tar.xz
urpmi-5172e1a46444f54abcced42478bf5af17e48215b.zip
urpmi --gui will now ask with a GUI popup to change media. Intended
to be used with --auto (so other annoying dialogs are not shown)
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 74e93a4a..f953ce88 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -58,6 +58,7 @@ my %options_spec = (
'synthesis=s' => \$::synthesis,
auto => sub { $urpm->{options}{auto} = 1 },
'allow-medium-change' => \$::allow_medium_change,
+ 'gui' => \$::gui,
'auto-select' => \$::auto_select,
'no-remove|no-uninstall' => \$::no_remove,
keep => sub { $urpm->{options}{keep} = 1 },