diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 1 |
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] }, }, |