mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-25 16:12:39 +00:00
doc: separate 'repo' and 'repos' for alpm source
This commit is contained in:
parent
706952609e
commit
dada15505c
@ -859,9 +859,11 @@ Check package updates in a local ALPM database.
|
||||
alpm
|
||||
Name of the package.
|
||||
|
||||
repo / repos
|
||||
Name of the package repository in which the package resides. If not provided, nvchecker will search ``repos``, if ``repos`` is not provided either, ``core``, ``extra``, ``community`` and ``multilib`` will be used, in that order.
|
||||
repo
|
||||
Name of the package repository in which the package resides. If not provided, nvchecker will use ``repos`` value, see below.
|
||||
|
||||
repos
|
||||
An array of possible repositories in which the package may reside in, nvchecker will use the first repository which contains the package. If not provided, ``core``, ``extra``, ``community`` and ``multilib`` will be used, in that order.
|
||||
|
||||
dbpath
|
||||
Path to the ALPM database directory. Default: ``/var/lib/pacman``. You need to update the database yourself.
|
||||
|
Loading…
Reference in New Issue
Block a user