diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-04-19 19:50:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-04-19 19:50:54 +0000 |
commit | aae7ab23d7b307f9cabdec74e2e65c5232db5c65 (patch) | |
tree | ac254ed15bb95f9973cb59b08908b71c233bbdbe /usr.sbin/pkg_add | |
parent | 2220ba60a2e73c798ae3ea94ad9a63bc36d7127b (diff) |
strongly hint at pkg_info -z to clone installations from machine to machine
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 222654ebe8c..83860914520 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.157 2019/04/06 10:55:01 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.158 2019/04/19 19:50:53 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: April 6 2019 $ +.Dd $Mdocdate: April 19 2019 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -392,16 +392,12 @@ Installs packages from the raw output of as saved in .Ar file . Generally, use with -.Li pkg_info -m \*(Gtfile , +.Li pkg_info -mz \*(Gtfile , to reproduce an installation from machine to machine. With -.Fl z -and .Fl l .Nm -will try its best to reproduce the installation, even if the -version numbers don't quite match and even if some packages cannot -be found. +will try its best to reproduce the installation. .It Fl m Causes .Nm |