diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2009-11-07 08:10:08 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2009-11-07 08:10:08 +0000 |
commit | a65d95c199b8526c9b856b7d22803089a87d2740 (patch) | |
tree | c90c8ed898a615fa44e66f21912eae1254d988a6 /usr.sbin/pkg_add/pkg_create.1 | |
parent | 8474516f482180d8335b6f3715cdffeebb83cc39 (diff) |
Document @option always-update
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 71c4704aae8..8807926e6b1 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.49 2009/04/14 17:53:58 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.50 2009/11/07 08:10:07 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: April 14 2009 $ +.Dd $Mdocdate: November 7 2009 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -605,6 +605,13 @@ Effects vary depending on .Ar name . Some options are not documented yet. .Bl -tag -width indent +.It Ar always-update +By default, +.Xr pkg_add 1 +uses some simplified information to decide whether an installed package +needs updating. +With this option, the package is updated whenever anything changes. +To be used sparingly, as this is more expensive. .It Ar no-default-conflict By default, a package conflicts with other versions of the same package. With this option, the older package version will still be noticed, but the |