changeset 135:8152028661c2

Comments
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 23 Oct 2019 09:06:09 +0200
parents c938bc224812
children 8afc4eb30406
files sbin/check-ports
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sbin/check-ports	Thu Oct 17 09:40:46 2019 +0200
+++ b/sbin/check-ports	Wed Oct 23 09:06:09 2019 +0200
@@ -377,13 +377,13 @@
             exit 0
 	    ;;
         A)
-            # print for every package the status of all repositories
+            # Print for every package the status of all repositories
             alldata_flag=1
             alldata_flag_LocalBSDPorts=1
             alldata_flag_LocalRepo=1
             ;;
         a)
-            # print the data of all repos that have the package
+            # Print the data of all repos that have the package
             alldata_flag=1
             ;;
         s)
@@ -392,7 +392,11 @@
             short_flag=1
             ;;
         v)
-            # print all titles and repo of every installed always
+            #
+            # Print all titles and repo of every installed package always.
+            # The output of the repo status nevertheless depends on the
+            # other flag settings.
+            # 
             verbose_flag=1
             ;;
         \?)