From 5172e1a46444f54abcced42478bf5af17e48215b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 24 Jan 2005 18:38:56 +0000 Subject: 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) --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') 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 }, -- cgit v1.2.1