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