diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2008-07-10 00:44:50 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2008-07-10 00:44:50 +0000 |
commit | 57a0282de4dc245e67a58e221bcbe40fdaf2540a (patch) | |
tree | afcd14767923f1a0fbe842dc9d2bdbaf09a6f8c9 /urpm/args.pm | |
parent | c8a3978a4702e24aca1e4ed73f631dc5c16b5c53 (diff) | |
download | urpmi-57a0282de4dc245e67a58e221bcbe40fdaf2540a.tar urpmi-57a0282de4dc245e67a58e221bcbe40fdaf2540a.tar.gz urpmi-57a0282de4dc245e67a58e221bcbe40fdaf2540a.tar.bz2 urpmi-57a0282de4dc245e67a58e221bcbe40fdaf2540a.tar.xz urpmi-57a0282de4dc245e67a58e221bcbe40fdaf2540a.zip |
adjust tabbing to pixel's taste
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index c2a8c575..68a6ed03 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -122,8 +122,8 @@ my %options_spec = ( 'allow-nodeps' => sub { $urpm->{options}{'allow-nodeps'} = 1 }, 'allow-force' => sub { $urpm->{options}{'allow-force'} = 1 }, 'parallel=s' => \$::parallel, - - metalink => sub { $urpm->{options}{metalink} = 1 }, + + metalink => sub { $urpm->{options}{metalink} = 1 }, # deprecated in favor of --downloader xxx wget => sub { $urpm->{options}{downloader} = 'wget' }, @@ -330,7 +330,7 @@ my %options_spec = ( } push @::cmdline, $p; }, - metalink => sub { $urpm->{options}{metalink} = 1 }, + metalink => sub { $urpm->{options}{metalink} = 1 }, }, 'urpmi.addmedia' => { @@ -344,7 +344,7 @@ my %options_spec = ( virtual => \$options{virtual}, nopubkey => \$options{nopubkey}, raw => \$options{raw}, - metalink => sub { $urpm->{options}{metalink} = 1 }, + metalink => sub { $urpm->{options}{metalink} = 1 }, }, 'urpmi.recover' => { |