diff options
author | 2009-11-09 17:52:19 +0000 | |
---|---|---|
committer | 2009-11-09 17:52:19 +0000 | |
commit | 9bad0fe76ea0185847176b21bb98123beb16786d (patch) | |
tree | 6b61b83ee22065efdc637a8cc5d5d4ff48dae411 | |
parent | okay, so updates become "true" updates: unless you say -F downgrade (diff) | |
download | wireguard-openbsd-9bad0fe76ea0185847176b21bb98123beb16786d.tar.xz wireguard-openbsd-9bad0fe76ea0185847176b21bb98123beb16786d.zip |
document -F downgrades (note: for now, it's just the package name, we should
look further at the signature if we can actually compare things)
-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 bdc53ce6810..9980ba5217b 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.82 2009/10/27 11:45:22 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.83 2009/11/09 17:52:19 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: October 27 2009 $ +.Dd $Mdocdate: November 9 2009 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -243,6 +243,8 @@ can't find new packages for all installed packages. architecture recorded in package may not match. .It Ar conflicts force installation of package in the presence of conflicts. +.It Ar downgrades +don't filter out package versions older than what's currently installed. .It Ar installed in update mode, reinstall an existing package with the same signature. .It Ar libdepends |