summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2022-07-27 09:43:43 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2022-12-10 14:15:07 +0100
commit1259792635bec43231981108fd295a5dd7e9155b (patch)
treef3338a69314ef3a19acb6ba0da4a03c166ad07a5
parent94074870bb5901301cd35d1a58aa3de89b33049c (diff)
downloadurpmi-1259792635bec43231981108fd295a5dd7e9155b.tar
urpmi-1259792635bec43231981108fd295a5dd7e9155b.tar.gz
urpmi-1259792635bec43231981108fd295a5dd7e9155b.tar.bz2
urpmi-1259792635bec43231981108fd295a5dd7e9155b.tar.xz
urpmi-1259792635bec43231981108fd295a5dd7e9155b.zip
Document that only urpmq uses get_orphans()
-rw-r--r--urpm/orphans.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm
index 1ea0d60c..e1d900a6 100644
--- a/urpm/orphans.pm
+++ b/urpm/orphans.pm
@@ -573,6 +573,8 @@ Returns the list of unrequested packages (aka orphans).
It is quite fast. the slow part is the creation of
$installed_packages_packed (using installed_packages_packed())
+Used by C<urpmq --auto_orphans>
+
=cut
#