From b401b2bfb4d9e8862e8fc5da1b06abedec33750e Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 17 May 2020 19:55:33 -0700 Subject: [PATCH] Update readme Clarify command that arguments will be added to --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b12ea10..e47b3c6 100644 --- a/Readme.md +++ b/Readme.md @@ -39,4 +39,4 @@ The following environment variables can be used for further cutomization: | ``PLUGIN_PROXY_URL`` | May be used to specify a proxy (e.g. ``socks5://{ip_address}:{port}``) | | ``PLUGIN_TIMEOUT`` | Defines a timeout (in seconds) to stop the upload after a certain time. | | ``PLUGIN_ATTEMPTS`` | Defines how often a failed upload should be retried. Normally there is only one upload attempt. | -| ``PLUGIN_CUSTOM_ARGUMENTS`` | Allows for adding custom arguments. | \ No newline at end of file +| ``PLUGIN_CUSTOM_ARGUMENTS`` | Additional arguments to be passed to `curl`. |