summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
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 },