diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-08 08:27:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-08 08:27:48 +0000 |
commit | 1fbb5fe17012f4b93ef6614f6088e830a8b2b430 (patch) | |
tree | 464c54f466e5d4354045a94a29483180555200d2 /urpm/args.pm | |
parent | ac6e5d5bc1958f7b1778104b6d2b76aaa74ade00 (diff) | |
download | urpmi-1fbb5fe17012f4b93ef6614f6088e830a8b2b430.tar urpmi-1fbb5fe17012f4b93ef6614f6088e830a8b2b430.tar.gz urpmi-1fbb5fe17012f4b93ef6614f6088e830a8b2b430.tar.bz2 urpmi-1fbb5fe17012f4b93ef6614f6088e830a8b2b430.tar.xz urpmi-1fbb5fe17012f4b93ef6614f6088e830a8b2b430.zip |
- urpmq
o add --obsoletes
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 5a41bf25..dc3db479 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -242,6 +242,7 @@ my %options_spec = ( list => \$options{list}, changelog => \$options{changelog}, conflicts => \$options{conflicts}, + obsoletes => \$options{obsoletes}, provides => \$options{provides}, sourcerpm => \$options{sourcerpm}, 'summary|S' => \$options{summary}, |