diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-10-11 13:10:26 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-10-11 13:10:26 +0000 |
commit | 9b7b12904f5b8227132d59903f79006335b6306a (patch) | |
tree | 9d2daa440782dd99b5503f66db26e0b2abd6ec32 /usr.sbin/pkg_add/pkg_add.1 | |
parent | d7b201cb907c0b369c6b145f6dc9dedf58b07d3c (diff) |
common code for all script running.
Common option for not running scripts: -I for both pkg_add and pkg_delete.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index b554769ec87..09c00f2d545 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.17 2004/10/11 10:07:37 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.18 2004/10/11 13:10:25 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -121,7 +121,7 @@ Automated package installation, do not record packages as installed manually. .It Fl v Turn on verbose output. .It Fl I -If an installation script exists for a given package, do not execute it. +If scripts exist for a given package, do not execute them. .It Fl n Don't actually install a package, just report the steps that would be taken if it was. |