diff options
| author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-07-27 09:43:43 +0200 |
|---|---|---|
| committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2023-04-13 15:18:22 +0200 |
| commit | 2dcdca7737e9875dc2b63661cfa793eba00065fe (patch) | |
| tree | 4c10d03841526b45a010df432d77bf11b98f4da6 | |
| parent | fd7041b779aace703abe9f31f88d86b89ebb5439 (diff) | |
| download | urpmi-2dcdca7737e9875dc2b63661cfa793eba00065fe.tar urpmi-2dcdca7737e9875dc2b63661cfa793eba00065fe.tar.gz urpmi-2dcdca7737e9875dc2b63661cfa793eba00065fe.tar.bz2 urpmi-2dcdca7737e9875dc2b63661cfa793eba00065fe.tar.xz urpmi-2dcdca7737e9875dc2b63661cfa793eba00065fe.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 # |
