From 706952609eced0a46f87ee69e6a3a3884f583a46 Mon Sep 17 00:00:00 2001 From: Moody Liu Date: Sun, 21 Aug 2022 14:54:34 +0100 Subject: [PATCH] update alpm documentation: repos --- docs/usage.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 7b7aff3..e7c6997 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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.