diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-13 13:08:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-13 13:08:23 +0000 |
commit | 0d769b1d2ec99e74d044b6acb409a116746eca4c (patch) | |
tree | 97240c4635e4f813443ba2475bca467a4894a6a7 /urpm/args.pm | |
parent | d43080a88e26c841b3a1215aacb4666c11e797a3 (diff) | |
download | urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar.gz urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar.bz2 urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar.xz urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.zip |
Add the rurpme(8) command
Diffstat (limited to 'urpm/args.pm')
-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] }, }, |