diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-09 11:17:33 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-09 11:17:33 +0000 |
commit | 66c5bb452b493514e75b7ac3c3b0c1722edcd6f7 (patch) | |
tree | 7e454f37692e4c6fe22baaf8ac02d74663212964 /usr.sbin/pkg_add | |
parent | fa19aa01f5534164383197ff6a1ce5c56d6927ec (diff) |
tell people about -F repair. ok phessler, espie
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index cc022060146..f36c21b7582 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.76 2009/04/14 17:53:58 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.77 2009/05/09 11:17:32 sthen 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: April 14 2009 $ +.Dd $Mdocdate: May 9 2009 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -250,6 +250,8 @@ Still displays a very prominent message if a signature is found. with .Fl u , do not check the pkgpath matches if only one candidate is found. +.It Ar repair +attempt to repair installed packages with missing registration data. .It Ar scripts external scripts may fail. .It Ar update |