update alpm documentation: repos

This commit is contained in:
Moody Liu 2022-08-21 14:54:34 +01:00 committed by GitHub
parent 7b2a464821
commit 706952609e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -859,8 +859,9 @@ Check package updates in a local ALPM database.
alpm
Name of the package.
repo
Name of the package repository in which the package resides. If not provided, nvchecker will search ``core``, ``extra``, ``community`` and ``multilib``, in that order.
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.
dbpath
Path to the ALPM database directory. Default: ``/var/lib/pacman``. You need to update the database yourself.