Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add missing flags to OPTIONS for pkg-check
krionbsd committed 5 years ago
commit 4fbdd26806fa12988969b6a3d9e449802ba650ac
parent d0a3697
1 file changed +8 -0
modified docs/pkg-check.8
@@ -83,11 +83,15 @@ These options are supported by
.Bl -tag -width dependencies
.It Fl a , Fl -all
Process all packages.
+
.It Fl B , Fl -shlibs
+
Regenerates the library dependency metadata for a package
.It Fl C , Fl -case-sensitive
Use case sensitive standard or regular expression
.Fl ( x )
matching with
.Ar pattern .
+
.It Fl d , Fl -dependencies
+
Checks for and installs missing dependencies
.It Fl g , Fl -glob
Treat
.Ar pattern
@@ -103,6 +107,10 @@ has been set to true in
.Pa pkg.conf .
.It Fl n , Fl -dry-run
Only check for missing dependencies, do not install them.
+
.It Fl r , Fl -recompute
+
Recalculates and sets the checksums of installed packages
+
.It Fl s , Fl -checksums
+
Detects installed packages with invalid checksums
.It Fl v , Fl -verbose
Be verbose.
.It Fl q , Fl -quiet