summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2020-02-18 11:29:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2020-02-18 11:29:17 +0000
commit6c021d06f2e23c6a91445e3d65aec15fd8885ac9 (patch)
treecda86301811c2b666a11e9a9ec0c599c60fc2ccc
parentf731b6eb7b65c44c9925e87e17301ff93397ad04 (diff)
have description of -Q match reality
-rw-r--r--usr.sbin/pkg_add/pkg_info.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1
index 6e875557247..ec955ff9707 100644
--- a/usr.sbin/pkg_add/pkg_info.1
+++ b/usr.sbin/pkg_add/pkg_info.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_info.1,v 1.61 2020/01/24 21:10:46 schwarze Exp $
+.\" $OpenBSD: pkg_info.1,v 1.62 2020/02/18 11:29:16 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -15,7 +15,7 @@
.\" Jordan K. Hubbard
.\"
.\"
-.Dd $Mdocdate: January 24 2020 $
+.Dd $Mdocdate: February 18 2020 $
.Dt PKG_INFO 1
.Os
.Sh NAME
@@ -183,8 +183,10 @@ Show the
for each package.
You can easily build a subdirlist with this.
.It Fl Q Ar query
-Show all packages in $PKG_PATH which match the given
+Show packages in the package search path which match the given
.Ar query .
+Specifically, show all packages in the first repository that matches
+the query.
.It Fl q
Be
.Dq quiet