Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
added -M to pkg-add.8, pkg-install.8
User Lpr committed 12 years ago
commit 20a47d4958ffef8205a12240b89f73e9e2109acd
parent 3777a23
2 files changed +9 -5
modified docs/pkg-add.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd September 22, 2013
+
.Dd March 21, 2014
.Dt PKG-ADD 8
.Os
.Sh NAME
@@ -23,10 +23,10 @@
.Nd Registers a package and installs it on the system
.Sh SYNOPSIS
.Nm
-
.Op Fl IAfq
+
.Op Fl IAfMq
.Ar pkg-name ...
.Nm
-
.Op Fl IAfq
+
.Op Fl IAfMq
.Ar <protocol>://<path>/<pkg-name> ...
.Sh DESCRIPTION
.Nm
@@ -78,6 +78,8 @@ For more information please refer to
.Xr pkg-autoremove 8
.It Fl f
Force the reinstallation of the package if already installed.
+
.It Fl M
+
Force the installation of the package with missing dependencies.
.It Fl q
Force quiet output.
.El
modified docs/pkg-install.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd March 11, 2014
+
.Dd March 21, 2014
.Dt PKG-INSTALL 8
.Os
.Sh NAME
@@ -23,7 +23,7 @@
.Nd installs packages from remote package repositories or local archives
.Sh SYNOPSIS
.Nm
-
.Op Fl AfgIinFqRUxy
+
.Op Fl AfgIiMnFqRUxy
.Op Fl r Ar reponame
.Ar pkg-origin ...
.Sh DESCRIPTION
@@ -122,6 +122,8 @@ Make the standard or the regular expression
matching against
.Ar pkg-name
case insensitive.
+
.It Fl M
+
Force the installation of the package with missing dependencies.
.It Fl n
Dry-run mode.
The list of changes to packages is always printed, but