Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
docs: all manpages now mention -r can be called multiple times
Baptiste Daroussin committed 1 month ago
commit 06250c8e3b7d45fccaaa0357ff8ca08aa7f3a891
parent dd08b14
7 files changed +38 -30
modified docs/pkg-fetch.8
@@ -22,34 +22,34 @@
.Nd fetch remote packages
.Sh SYNOPSIS
.Nm
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl dqUy
.Op Fl Cgix
.Ar pkg-name
.Op ...
.Nm
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl o Ar destdir
.Op Fl dqsUy
.Fl a
.Nm
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl dqUy
.Fl u
.Pp
.Nm
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --output Ar destdir
.Op Cm --{dependencies,quiet,symlink,no-repo-update,yes}
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
.Ar pkg-name
.Op ...
.Nm
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --{dependencies,quiet,symlink,no-repo-update,yes}
.Cm --all
.Nm
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --{dependencies,quiet,no-repo-update,yes}
.Cm --available-updates
.Sh DESCRIPTION
@@ -108,6 +108,7 @@ Show less output.
Fetches packages from the given
.Ar reponame
if multiple repo support is enabled.
+
This option can be specified multiple times to use several repositories.
See
.Xr pkg.conf 5 .
.It Fl s , Cm --symlink
modified docs/pkg-install.8
@@ -23,14 +23,14 @@
.Sh SYNOPSIS
.Nm
.Op Fl AfIMnFqRXUy
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl Cgix
.Ar <pkg-origin|pkg-name|pkg-name-version> ...
.Pp
.Nm
.Op Cm --{automatic,force,no-scripts,ignore-missing,register-only,autoremove}
.Op Cm --{dry-run,fetch-only,quiet,recursive,no-repo-update,yes}
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
.Ar <pkg-origin|pkg-name|pkg-name-version> ...
.Sh DESCRIPTION
@@ -173,8 +173,9 @@ When used with
.Fl f ,
reinstalls any packages that require the given package.
.It Fl r Ar reponame , Cm --repository Ar reponame
-
Install packages from only the named repository,
-
irrespective of the configured
+
Install packages from only the named repository.
+
This option can be specified multiple times to use several repositories.
+
Packages will be fetched from the named repositories only, irrespective of the configured
.Dq enabled
status from
.Pa repo.conf .
modified docs/pkg-rquery.8
@@ -26,13 +26,13 @@
.Ar pkg-name
.Nm
.Op Fl aU
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Fl I Ns | Ns Ar query-format
.Nm
.Op Fl U
.Op Fl Cgix
.Op Fl e Ar evaluation-condition
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Fl I Ns | Ns Ar query-format
.Ar pattern ...
.Sh DESCRIPTION
@@ -79,8 +79,9 @@ Only the first query format (including the
.Fl I
option) on the command line will be interpreted.
.It Fl r Ar reponame , Fl -repository Ar reponame
-
Query for data about packages from only the named repository,
-
irrespective of the configured
+
Query for data about packages from only the named repository.
+
This option can be specified multiple times to use several repositories.
+
Data will be queried from the named repositories only, irrespective of the configured
.Dq enabled
status from
.Pa repo.conf .
modified docs/pkg-search.8
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl U
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl S Ar search
.Op Fl L Ar label
.Op Fl Q Ar query-modifier
@@ -31,13 +31,13 @@
.Ar pattern
.Nm
.Op Fl cDdfopqRsU
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl Cegix
.Ar pattern
.Pp
.Nm
.Op Cm --no-repo-update
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --search Ar search
.Op Cm --label Ar label
.Op Cm --query-modifier Ar query-modifier
@@ -46,7 +46,7 @@
.Nm
.Op Cm --{comment,description,depends-on,full,origins,prefix}
.Op Cm --{quiet,raw,size,no-repo-update}
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --{case-sensitive,exact,glob,case-insensitive,regex}
.Op Fl -raw-format Ar format
.Ar pattern
@@ -170,8 +170,9 @@ See the
.Qq Sx Output Modifier Options
section for details.
.It Fl r Ar reponame , Cm --repository Ar reponame
-
Search for packages from only the named repository,
-
irrespective of the configured
+
Search for packages from only the named repository.
+
This option can be specified multiple times to use several repositories.
+
Packages will be searched from the named repositories only, irrespective of the configured
.Dq enabled
status from
.Pa repo.conf .
modified docs/pkg-update.8
@@ -23,11 +23,11 @@
.Sh SYNOPSIS
.Nm
.Op Fl fq
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Pp
.Nm
.Op Cm --{force,quiet}
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Sh DESCRIPTION
.Nm
is used for updating the local copy of the repository catalogues
@@ -79,7 +79,8 @@ Force a full download of the repository catalogue without regard to the
respective ages of the local and remote copies of the catalogue.
.It Fl r Ar reponame , Cm --repository Ar reponame
Download the catalogue for the named repository only.
-
This will update only the named repository, irrespective of the configured
+
This option can be specified multiple times to update several repositories.
+
This will update only the named repositories, irrespective of the configured
.Dq enabled
status from
.Pa repo.conf .
modified docs/pkg-upgrade.8
@@ -23,14 +23,14 @@
.Sh SYNOPSIS
.Nm
.Op Fl fInFqUy
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl Cgix
.Op Ar <pkg-origin|pkg-name|pkg-name-version> ...
.Pp
.Nm
.Op Cm --{force,no-scripts,dry-run,fetch-only,autoremove}
.Op Cm --{quiet,no-repo-update,yes}
-
.Op Cm --repository Ar reponame
+
.Op Cm --repository Ar reponame ...
.Op Cm --{case-sensitive,glob,case-insensitive,regex}
.Op Ar <pkg-origin|pkg-name|pkg-name-version> ...
.Sh DESCRIPTION
@@ -167,8 +167,9 @@ Force quiet output, except when
.Fl n
is used, where a summary of the work list is always displayed.
.It Fl r Ar reponame , Cm --repository Ar reponame
-
Install packages from only the named repository,
-
irrespective of the configured
+
Install packages from only the named repository.
+
This option can be specified multiple times to use several repositories.
+
Packages will be fetched from the named repositories only, irrespective of the configured
.Dq enabled
status from
.Pa repo.conf .
modified docs/pkg-version.8
@@ -27,7 +27,7 @@
.Op Fl l Ar limchar
.Op Fl L Ar limchar
.Op Fl Cegix Ar pattern
-
.Op Fl r Ar reponame
+
.Op Fl r Ar reponame ...
.Op Fl O Ar origin | Fl n Ar pkgname
.Op Ar index
.Nm
@@ -41,7 +41,7 @@
.Op Fl -like Ar limchar
.Op Fl -not-like Ar limchar
.Op Fl -{case-sensitive,exact,glob,case-insensitive,regex} Ar pattern
-
.Op Fl -repository Ar reponame
+
.Op Fl -repository Ar reponame ...
.Op Fl -match-origin Ar origin
.Op Ar index
.Nm
@@ -162,7 +162,9 @@ effective UID of the process has write access to the package database.
Otherwise they are silently ignored.
.It Fl r Ar reponame , Fl -repository Ar reponame
Compare installed package versions to packages available from the
-
named repository only, irrespective of the configured
+
named repository only.
+
This option can be specified multiple times to use several repositories.
+
Packages will be compared against the named repositories only, irrespective of the configured
.Dq enabled
status from
.Pa repo.conf .