diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-01-04 00:20:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-01-04 00:20:06 +0000 |
commit | dd5aca9cf1071d4d2efdd8f2401cf52b7c6d896d (patch) | |
tree | 33fd692a353da5de396fcc68f9232304d136b17a /usr.sbin/pkg_add | |
parent | 725e243e8b92ee3bd723999ad07c97effb237ead (diff) |
-l no longer implies -z
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 8ff5e5c03c4..91d6ed8281b 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.90 2010/01/01 11:49:55 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.91 2010/01/04 00:20:05 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 1 2010 $ +.Dd $Mdocdate: January 4 2010 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -297,7 +297,11 @@ as saved in Generally, use with .Li pkg_info \*(Gtfile , to reproduce an installation from machine to machine. +With +.Fl z +and .Fl l +.Nm will try its best to reproduce the installation, even if the version numbers don't quite match and even if some packages cannot be found. |