From ea6ffda49af11182670a5ab620157c3ef212143b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 19 Oct 2005 10:49:31 +0000 Subject: Remove urpmf --all option --- urpmf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index 91a0f555..b1cc27ee 100755 --- a/urpmf +++ b/urpmf @@ -30,7 +30,6 @@ This is free software and may be redistributed under the terms of the GNU GPL. usage: ", $urpm::VERSION) . N(" --help - print this help message -") . N(" --all - print all tags ") . N(" --arch - print architecture ") . N(" --buildhost - print build host ") . N(" --buildtime - print build time @@ -113,7 +112,8 @@ my $urpm = new urpm; $verbose or $urpm->{log} = sub {}; #- build the callback matching the expression. -#- XXX it would be nice to use "my $_" in this callback. +#- it would be nice to use "my $_" in this callback. +#- TODO handle multiple valued tags, requires, provides, files, etc my $callback = qq; -- cgit v1.2.1