diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-04 16:43:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-04 16:43:07 +0000 |
commit | 3f68951f09d419f53bacc30af1cb2a69836934cd (patch) | |
tree | 6f188569bf9471fe26894747193ac39e21ec25c0 /usr.sbin/pkg_add | |
parent | fe76191fb19fd9e5cab93ba974d7a499b8e61602 (diff) |
tweak previous;
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index 33e1c336cb8..eb48307b64e 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.40 2011/01/03 19:33:46 espie Exp $ +.\" $OpenBSD: pkg_info.1,v 1.41 2011/01/04 16:43:06 jmc 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 3 2011 $ +.Dd $Mdocdate: January 4 2011 $ .Dt PKG_INFO 1 .Os .Sh NAME @@ -150,12 +150,12 @@ Be .Dq quiet in emitting report headers and such, just dump the raw info (basically, assume a non-human reading). +.It Fl R +Show which packages require a given package. .It Fl r Ar pkgspec Check a list for a given -.Ar pkgspec. +.Ar pkgspec . The following arguments are names of packages to verify. -.It Fl R -Show which packages require a given package. .It Fl S Show the package signature for each package. This signature is a unique tag showing the package name, and the version number |