diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2005-04-28 17:26:10 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2005-04-28 17:26:10 +0000 |
commit | de0535776b091cccd701c4f1e85b2344f764dcc6 (patch) | |
tree | 339faa1018f38e659b415ad9601da704047068ce | |
parent | a27f7a8ebff4044e37610be54601dae16fc92e4a (diff) | |
download | urpmi-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
-rwxr-xr-x | urpmq | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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}" : ""; |