xbps-checkvers: added ability to ignore conf repos via -i.

-i,--ignore-conf-repos has been added.
The previous -i,--installed flag has been renamed to -I.

This breaks compat but we'll need to change buildbot anyway.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP
2019-06-12 19:53:41 +02:00
committed by Duncan Overbruck
parent 8cea3e351b
commit d53f3243ce
2 changed files with 13 additions and 3 deletions

View File

@@ -35,7 +35,12 @@ Specifies a full path to the void-packages repository. By default set to
Enables extra debugging shown to stderr.
.It Fl h, Fl -help
Show the help message.
.It Fl i, Fl -installed
.It Fl i, Fl -ignore-conf-repos
Ignore repositories defined in configuration files.
Only repositories specified in the command line via
.Ar --repository
will be used.
.It Fl I, Fl -installed
Check for outdated installed packages rather than in repositories.
.It Fl R, Fl -repository=uri
Repository to be added to the top of the list. This option can be specified multiple times.