Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document the new long names for -I and -D flags
Mateusz Piotrowski committed 5 years ago
commit c1f98e8bce700c160e4c0f25b93554d2d97ad207
parent db1ffd5
3 files changed +10 -10
modified docs/pkg-delete.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd March 3, 2016
+
.Dd April 8, 2021
.Dt PKG-DELETE 8
.Os
.Sh NAME
@@ -30,11 +30,11 @@
.Fl a
.Pp
.Nm
-
.Op Cm --{no-deinstall-script,force,dry-run,quiet,recursive,yes}
+
.Op Cm --{no-scripts,force,dry-run,quiet,recursive,yes}
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
.Ar pkg-name ...
.Nm
-
.Op Cm --{no-deinstall-script,dry-run,quiet,yes}
+
.Op Cm --{no-scripts,dry-run,quiet,yes}
.Cm --all
.Sh DESCRIPTION
.Nm
@@ -83,7 +83,7 @@ Make the standard or regular expression
matching against
.Ar pkg-name
case sensitive.
-
.It Fl D , Cm --no-deinstall-script
+
.It Fl D , Cm --no-scripts
If a deinstallation script exists for a given package, do not execute it.
.It Fl f , Cm --force
Forces packages to be removed despite leaving unresolved dependencies.
modified docs/pkg-install.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd May 7, 2016
+
.Dd April 8, 2021
.Dt PKG-INSTALL 8
.Os
.Sh NAME
@@ -28,7 +28,7 @@
.Ar <pkg-origin|pkg-name|pkg-name-version> ...
.Pp
.Nm
-
.Op Cm --{automatic,force,no-install-scripts,ignore-missing}
+
.Op Cm --{automatic,force,no-scripts,ignore-missing}
.Op Cm --{dry-run,fetch-only,quiet,recursive,no-repo-update,yes}
.Op Cm --repository Ar reponame
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
@@ -128,7 +128,7 @@ case sensitive.
Force the reinstallation of the package if already installed.
.It Fl g , Cm --glob
Treat the package names as shell glob patterns.
-
.It Fl I , Cm --no-install-scripts
+
.It Fl I , Cm --no-scripts
If any installation scripts (pre-install or post-install) exist for a given
package, do not execute them.
When a package is updated, deinstallation
modified docs/pkg-upgrade.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd May 14, 2019
+
.Dd April 8, 2021
.Dt PKG-UPGRADE 8
.Os
.Sh NAME
@@ -28,7 +28,7 @@
.Op Ar <pkg-origin|pkg-name|pkg-name-version> ...
.Pp
.Nm
-
.Op Cm --{force,no-install-scripts,dry-run,fetch-only}
+
.Op Cm --{force,no-scripts,dry-run,fetch-only}
.Op Cm --{quiet,no-repo-update,yes}
.Op Cm --repository Ar reponame
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
@@ -137,7 +137,7 @@ upgraded and detect possible conflicts.
Force the reinstallation or upgrade of the whole set of packages.
.It Fl g , Cm --glob
Treat the package names as shell glob patterns.
-
.It Fl I , Cm --no-install-scripts
+
.It Fl I , Cm --no-scripts
If any installation scripts (pre-install or post-install) or deinstallation
scripts (pre-deinstall or post-deinstall) exist for a given package, do not
execute them.