From de0535776b091cccd701c4f1e85b2344f764dcc6 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Thu, 28 Apr 2005 17:26:10 +0000 Subject: - --synthesis don't exist, removing it from --dump-config --- urpmq | 1 - 1 file changed, 1 deletion(-) 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}" : ""; -- cgit v1.2.1