summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf4
1 files changed, 2 insertions, 2 deletions
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<sub {
my (\$urpm, \$pkg) = \@_;
local *_; \$_ = sprintf(qq{$qf\\n}>;