diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | urpm/args.pm | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,7 @@ - o make 'basename' option work again for rpmdrake - urpmi: o do not try to run gmessage as gtkdialogs is not packaged in Mga + o drop support for --gui (no more used by drakx) o heavy refactorization - urpmf: o fix -m option not showing media names (mga#5916) diff --git a/urpm/args.pm b/urpm/args.pm index c66db9de..ce0b9150 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -88,7 +88,6 @@ my %options_spec = ( 'synthesis=s' => \$options{synthesis}, auto => sub { $urpm->{options}{auto} = 1 }, 'allow-medium-change' => \$::allow_medium_change, - 'gui' => \$::gui, 'auto-select' => \$::auto_select, 'auto-update' => sub { $::auto_update = $::auto_select = 1 }, 'auto-orphans' => \$options{auto_orphans}, |