diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-02-04 12:07:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-02-04 12:07:15 +0000 |
commit | 60d250cb6f71f7ae1edceada461bcd1e90f4ea38 (patch) | |
tree | 189531598c943d7e278915a4f40618f883e7ad35 /usr.sbin/pkg_add | |
parent | b240846616a89a5359f93b61b80f7bbd39628168 (diff) |
just noticed that -aa was not documented yet.
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 471da38d5b5..858e7617f9f 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.114 2012/07/06 12:11:51 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.115 2013/02/04 12:07:14 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: July 6 2012 $ +.Dd $Mdocdate: February 4 2013 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -225,6 +225,8 @@ Assume as current machine architecture for any package tests. .It Fl a Automated package installation; do not record packages as installed manually. +.It Fl aa +Force already installed packages to be tagged as installed automatically. .It Fl B Ar pkg-destdir Set .Ar pkg-destdir |