summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
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}" : "";