diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-19 10:49:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-19 10:49:31 +0000 |
commit | ea6ffda49af11182670a5ab620157c3ef212143b (patch) | |
tree | c12b6ed8301746beaa714426ec33f4a660747bcb /urpm/args.pm | |
parent | a2bca43a4fa62b06b4dbaee88c495a5d6ff5245c (diff) | |
download | urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar.gz urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar.bz2 urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar.xz urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.zip |
Remove urpmf --all option
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 8c7cd4ea..3d0292bb 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -146,23 +146,6 @@ my %options_spec = ( #- see also below, autogenerated callbacks urpmf => { - all => add_param_closure(qw( - buildhost - conflicts - description - epoch - filename - files - group - obsoletes - packager - provides - requires - size - sourcerpm - summary - url - )), conffiles => add_param_closure('conf_files'), debug => \$::debug, literal => \$::literal, |