diff options
-rw-r--r-- | doc/man/config.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man/config.rst b/doc/man/config.rst index 34e9ca5b..31077121 100644 --- a/doc/man/config.rst +++ b/doc/man/config.rst @@ -7,7 +7,9 @@ Listed in order of increasing precedence these include the following: - system config -- ``/etc/pkgcheck/pkgcheck.conf`` - user config -- ``${XDG_CONFIG_HOME}/pkgcheck/pkgcheck.conf`` - user config -- ``~/.config/pkgcheck/pkgcheck.conf`` -- repo config -- ``metadata/pkgcheck.conf`` inside an ebuild repo +- repo config -- ``metadata/pkgcheck.conf`` inside an ebuild repo (only + considered when the current directory is inside the repo, or when specified + using ``--repo`` option) - custom config -- specified via the ``--config`` option Any settings from a config file with higher precedence will override matching |