From 0d769b1d2ec99e74d044b6acb409a116746eca4c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 13 Jun 2006 13:08:23 +0000 Subject: Add the rurpme(8) command --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') 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] }, }, -- cgit v1.2.1