summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2005-04-28 17:26:10 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2005-04-28 17:26:10 +0000
commitde0535776b091cccd701c4f1e85b2344f764dcc6 (patch)
tree339faa1018f38e659b415ad9601da704047068ce /urpmq
parenta27f7a8ebff4044e37610be54601dae16fc92e4a (diff)
downloadurpmi-de0535776b091cccd701c4f1e85b2344f764dcc6.tar
urpmi-de0535776b091cccd701c4f1e85b2344f764dcc6.tar.gz
urpmi-de0535776b091cccd701c4f1e85b2344f764dcc6.tar.bz2
urpmi-de0535776b091cccd701c4f1e85b2344f764dcc6.tar.xz
urpmi-de0535776b091cccd701c4f1e85b2344f764dcc6.zip
- --synthesis don't exist, removing it from --dump-config
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpmq b/urpmq
index 645f5570..c212cde0 100755
--- a/urpmq
+++ b/urpmq
@@ -167,7 +167,6 @@ if ($urpm::args::options{list_aliases}) {
foreach (@{$urpm->{media}}) {
$_->{update} and print "--update ";
$_->{virtual} and print "--virtual ";
- $_->{synthesis} and print "--synthesis ";
print "$_->{name} ";
print "$_->{url} ";
print $_->{with_hdlist} ? "with $_->{with_hdlist}" : "";