changeset 102:91fb0af73fce

Docu: for "get_repo_for_installed_package()()" extended
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 26 Sep 2019 09:37:25 +0200
parents bf8f0aa3c698
children 05058a166e6e
files bin/check-ports
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/check-ports	Wed Sep 25 09:44:04 2019 +0200
+++ b/bin/check-ports	Thu Sep 26 09:37:25 2019 +0200
@@ -147,6 +147,10 @@
     Args:
         _name: the name of the package to search for
 
+    Input (Globals):
+        installed_data  the output of ``pkg query "%n %v %R"`` of all
+                        installed packages
+
     Returns:
         0 on success, 1 on errors or if the package is not installed