diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-19 10:49:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-19 10:49:31 +0000 |
commit | ea6ffda49af11182670a5ab620157c3ef212143b (patch) | |
tree | c12b6ed8301746beaa714426ec33f4a660747bcb /urpmf | |
parent | a2bca43a4fa62b06b4dbaee88c495a5d6ff5245c (diff) | |
download | urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar.gz urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar.bz2 urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.tar.xz urpmi-ea6ffda49af11182670a5ab620157c3ef212143b.zip |
Remove urpmf --all option
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}>; |