diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2009-11-09 17:52:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2009-11-09 17:52:20 +0000 |
commit | 8314ec33d28a7808b9db09541a81f1ac0496c799 (patch) | |
tree | 03b6e4e9400bd300e90bf2523844c831db649cd6 /usr.sbin/pkg_add | |
parent | 49e2be41ccf25aba23a3e4a103c2ccf3a0b510f8 (diff) |
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)
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 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 |