From e9190df7c261bab4ea0c2dcbef782065c7c4c840 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Fri, 2 Oct 2020 12:53:40 +0800 Subject: [PATCH] docs: try to make things clearer [skip ci] --- docs/usage.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 7bcee00..fb3955c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -142,7 +142,8 @@ keyfile Global Options ~~~~~~~~~~~~~~ -The following options apply to all check sources. +The following options apply to every check sources. You can use them in any +item in your configuration file. prefix Strip the prefix string if the version string starts with it. Otherwise the @@ -164,8 +165,8 @@ proxy Set it to ``""`` (empty string) to override the global setting. This only works when the source implementation uses the builtin HTTP client, - and doesn't work with the ``aur`` source because it's batched. However the - global proxy config applies. + and doesn't work with the ``aur`` source because it's batched (however the + global proxy config still applies). user_agent The user agent string to use for HTTP requests.