diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-10-02 20:46:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-10-02 20:46:24 +0000 |
commit | f49efbaad5e3bc15d6f99bc7eeb819f4547ae1b2 (patch) | |
tree | 1f581375d03643361c9aec0164f768a63c3970f3 /usr.sbin | |
parent | 58aaf0f45938857745f105969427349b29330e5f (diff) |
pkg_add -u does updates.
noticed by brad@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 6f436312649..3a1c9f8439a 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.52 2005/09/17 21:49:40 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.53 2005/10/02 20:46:23 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -259,20 +259,17 @@ use to force the update .Pc . .It Fl u -Display the name of packages to use for an update of the given -.Ar pkgname(s) . +Update the given +.Ar pkgname(s) , +and anything it depends upon. With this option, if no .Ar pkgname is given, .Nm -will display update names for all installed packages. +will update all installed packages. This relies on .Ev PKG_PATH to figure out the new package names. -After -.Ox 3.8 -rolls out and enough tests are conducted, this will become a true update -switch and will proceed with the update proper. .It Fl v Turn on verbose output. Several |