summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2008-07-10 00:44:50 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2008-07-10 00:44:50 +0000
commit57a0282de4dc245e67a58e221bcbe40fdaf2540a (patch)
treeafcd14767923f1a0fbe842dc9d2bdbaf09a6f8c9 /urpm/args.pm
parentc8a3978a4702e24aca1e4ed73f631dc5c16b5c53 (diff)
downloadurpmi-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.pm8
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' => {