Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document long options
Matthew Seaman committed 11 years ago
commit 7bc9eafafc86950ec56a91768f42275d49320539
parent 217a615
1 file changed +7 -3
modified docs/pkg-shlib.8
@@ -31,6 +31,10 @@ Only exact matches are handled.
.Nm
.Op Fl PR
.Ar library
+
.Pp
+
.Nm
+
.Op Cm --{provides,requires}
+
.Ar library
.Sh DESCRIPTION
.Nm
is used for displaying the packages that provide
@@ -41,11 +45,11 @@ by containing binaries that link to it.
.Sh OPTIONS
The following mutually exclusive options are supported by
.Nm :
-
.Bl -tag -width F1
-
.It Fl P
+
.Bl -tag -width provides
+
.It Fl P , Cm --provides
Show only the installed packages which provide the named
.Ar library .
-
.It Fl R
+
.It Fl R , Cm --requires
Show only the installed packages which require
.Ar library.
.El