From eeb846785898798a214ecdb13f0bc97acac2755b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Thu, 12 Dec 2024 12:59:03 +0100 Subject: [PATCH] doc: `--disableexcludepkgs=all` doesn't affect just file configuration The option `--disableexcludepkgs=all` disables all configuration includes and excludes including packages specified on the commandline via `--exclude=`, `-x=`, the deprecated `--excludepkgs=` and file configuration via `--excludepkgs=`, `--includepkgs=`. --- doc/command_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/command_ref.rst b/doc/command_ref.rst index fd4a665503..2403399a70 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -167,7 +167,7 @@ Options ``--disableexcludes=[all|main|], --disableexcludepkgs=[all|main|]`` Disable the configuration file excludes. Takes one of the following three options: - * ``all``, disables all configuration file excludes + * ``all``, disables all configuration excludes and includes * ``main``, disables excludes defined in the ``[main]`` section * ``repoid``, disables excludes defined for the given repository