diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-16 09:39:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-16 09:39:54 +0000 |
commit | 61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4 (patch) | |
tree | 90ece6b6206ee3366829f9111251cff0cb1c1d72 /urpm | |
parent | d3fce3be5a425fc335e0bc8844c0ac120afe87a4 (diff) | |
download | urpmi-61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4.tar urpmi-61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4.tar.gz urpmi-61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4.tar.bz2 urpmi-61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4.tar.xz urpmi-61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4.zip |
Remove documentation for options that don't exist, and improve documentation of
--distrib.
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index a67427e7..0f648e12 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -296,8 +296,6 @@ my %options_spec = ( 'no-probe' => sub { $options{probe_with} = undef }, distrib => sub { $options{distrib} = 1 }, 'from=s' => \$options{mirrors_url}, - 'version=s' => \$options{version}, - 'arch=s' => \$options{arch}, virtual => \$options{virtual}, nopubkey => \$options{nopubkey}, 'q|quiet' => sub { --$options{verbose} }, |