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 c6de5f38..3f2a9a69 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -153,6 +153,7 @@ my %options_spec = (
a => \$::matches,
noscripts => \$::noscripts,
repackage => \$::repackage,
+ restricted => \$::restricted,
'bundle!' => sub { $::bundle = $_[1] },
},