diff options
author | chinsan <chinsan@FreeBSD.org> | 2009-01-04 07:29:04 +0000 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2009-01-04 07:29:04 +0000 |
commit | 3b04b200c70ee335a09fe12754b68ab98ce59a90 (patch) | |
tree | 5f1d10e46328bec04ddb499efc558dc1d45c72ab /usr.sbin | |
parent | 047939807a8f612d4d761c69423544ba814f7c1d (diff) | |
download | FreeBSD-src-3b04b200c70ee335a09fe12754b68ab98ce59a90.zip FreeBSD-src-3b04b200c70ee335a09fe12754b68ab98ce59a90.tar.gz |
- s/no-scripts/no-script/
PR: docs/127732
Submitted by: TerryP <BigBoss1964@gmail.com>
MFC after: 3 days
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 8194758..b0fd610 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -15,7 +15,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 30, 2008 +.Dd Jan 4, 2009 .Dt PKG_ADD 1 .Os .Sh NAME @@ -90,7 +90,7 @@ if it is defined or in current directory by default. .It Fl i , -no-deps Install the package without fetching and installing dependencies. -.It Fl I , -no-scripts +.It Fl I , -no-script If any installation scripts (pre-install or post-install) exist for a given package, do not execute them. .It Fl n , -dry-run |