List options alphabetically.
This commit is contained in:
parent
3486b6c44a
commit
c34b2e0d6f
1 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: pkg_add.1,v 1.47 2018/03/21 17:26:58 sevan Exp $
|
||||
.\" $NetBSD: pkg_add.1,v 1.48 2018/03/21 17:32:44 sevan Exp $
|
||||
.\"
|
||||
.\" FreeBSD install - a package for the installation and maintenance
|
||||
.\" of non-core utilities.
|
||||
|
@ -119,6 +119,11 @@ removed.
|
|||
Read the configuration file from
|
||||
.Ar config
|
||||
instead of the system default.
|
||||
.It Fl D
|
||||
Force updating even if the dependencies of depending packages are not
|
||||
satisfied by the new package.
|
||||
This is used by "make replace", after which one would typically
|
||||
replace the depending packages.
|
||||
.It Fl f
|
||||
Force installation to proceed even if prerequisite packages are not
|
||||
installed or the install script fails.
|
||||
|
@ -128,11 +133,6 @@ will still try to find and auto-install missing prerequisite packages,
|
|||
a failure to find one will not be fatal.
|
||||
This flag also overrides the fatal error when the operating system or
|
||||
architecture the package was built on differ from that of the host.
|
||||
.It Fl D
|
||||
Force updating even if the dependencies of depending packages are not
|
||||
satisfied by the new package.
|
||||
This is used by "make replace", after which one would typically
|
||||
replace the depending packages.
|
||||
.It Fl h
|
||||
Display help and exit.
|
||||
.It Fl I
|
||||
|
|
Loading…
Reference in a new issue