changeset 319:2ba574bd8ded

fpkg: Enhance fpkg's help message
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 27 Nov 2022 17:03:04 +0100
parents 58ad548487c4
children 8675e1b7950c
files sbin/fpkg
diffstat 1 files changed, 14 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/sbin/fpkg	Sun Nov 27 16:43:11 2022 +0100
+++ b/sbin/fpkg	Sun Nov 27 17:03:04 2022 +0100
@@ -29,35 +29,39 @@
 
   audit
 
-    `pkg audit` on the local host and all running visible jails
+    `pkg audit` on the local host and all running visible and
+    compatible jails
 
   update
 
-    `pkg update` on the local host and all running visible jails
+    `pkg update` on the local host and all running visible and
+    compatible jails
 
   upgrade
 
-    `pkg upgrade` on the local host and all running visible jails
+    `pkg upgrade` on the local host and all running visible and
+    compatible jails
 
   check-upgrade
   upgrade-check
 
-    `pkg upgrade -n` on the local host and all running visible jails
+    `pkg upgrade -n` on the local host and all running visible and
+    compatible jails
 
   check-fast-track
     Check packages installed from the LocalBSDPorts repository against
     the repositories `FreeBSD` and `LocalBSDPorts` on the local host
-    and all visible jails
+    and all visible and compatible jails
 
   config <name>
 
     Retrieve the value of a given configuration opeion on the local host
-    and all running visible jails
+    and all running visible and compatiblejails
 
   uversion
 
     Call `freebsd-version -u` on the local host and all running visible
-    jails
+    and compatible jails
 
   vv
 
@@ -86,6 +90,9 @@
                  (Default: "----> ")
 
   All other environment variables that affect `pkg` are effective also.
+
+  A "compatible jail" is a jail that'"'"'s "freebsd-version -u" is the same
+  as the host'"'"'s.
 '
 
 #