diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-07-27 09:43:43 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-12-10 14:15:07 +0100 |
commit | 1259792635bec43231981108fd295a5dd7e9155b (patch) | |
tree | f3338a69314ef3a19acb6ba0da4a03c166ad07a5 | |
parent | 94074870bb5901301cd35d1a58aa3de89b33049c (diff) | |
download | urpmi-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.pm | 2 |
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 # |