From 89d972c118016249e9e1b40c32748a6b56fc454c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jan 2008 17:25:12 +0000 Subject: normalize to fit xml_info names --- urpmq | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'urpmq') diff --git a/urpmq b/urpmq index 8fc80897..1d526e5f 100755 --- a/urpmq +++ b/urpmq @@ -314,12 +314,12 @@ if ($options{list_aliases}) { if ($options{sources} || $options{info} - || $options{list_files} + || $options{files} || $options{changelog}) { my ($local_sources, $list) = urpm::get_pkgs::selected2list($urpm, $state->{selected}); - if ($options{info} || $options{list_files} || $options{changelog}) { + if ($options{info} || $options{files} || $options{changelog}) { # get descriptions of update sources my $updates_descr = urpm::get_updates_description($urpm); # if not root, use a temporary directory to store headers @@ -400,7 +400,7 @@ if ($options{list_aliases}) { and printf "%-20s:\n%s\n", "Reason for update", $updesc->{pre}; } } - if ($options{list_files}) { + if ($options{files}) { if ($pkg->files) { print join("\n", $pkg->files) . "\n"; } -- cgit v1.2.1