From 61e13dc961a0e2ec59f2d5f3723a4a65fbbd3cb4 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 16 Jan 2006 09:39:54 +0000 Subject: Remove documentation for options that don't exist, and improve documentation of --distrib. --- urpm/args.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'urpm/args.pm') 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} }, -- cgit v1.2.1