Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Update the man pages to include the new flags of 'pkg install'
Marin Atanasov Nikolov committed 14 years ago
commit b391c719a09548c53441014e782d6abebbc54e6d
parent 78f5ac8
2 files changed +8 -2
modified pkg/pkg-delete.1
@@ -25,7 +25,7 @@
.Nm
.Op Fl ay
.Nm
-
.Op Fl gxXyf
+
.Op Fl yfgxX
.Ar <pkg-name> <...>
.Sh DESCRIPTION
.Nm
modified pkg/pkg-install.1
@@ -23,7 +23,7 @@
.Nd install packages from remote package repositories
.Sh SYNOPSIS
.Nm
-
.Op Fl y
+
.Op Fl ygxX
.Ar <pkg-origin> <...>
.Sh DESCRIPTION
.Nm
@@ -58,6 +58,12 @@ The following options are supported by
.Bl -tag -width F1
.It Fl y
Assume yes when asked for confirmation before package installation.
+
.It Fl g
+
Treat the package names as shell glob patterns.
+
.It Fl x
+
Treat the package names as regular expressions.
+
.It Fl X
+
Treat the package names as extended regular expressions.
.El
.Sh WARNING
.Sh ENVRIOMENT