From 92fc20c8241e539d388bf8d2c1b9c1cf8042c9a5 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Tue, 26 Apr 2022 07:59:28 +0200 Subject: [PATCH] Update Documentation.md --- resources/docs/Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index e51769298..85e39b60e 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -343,7 +343,7 @@ However, if you choose `Script` option, then you cannot provide URL of your feed Any errors in your script must be written to [error output](https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)). -> **As of RSS Guard 4.2.0, you do not have to separate your arguments with `#`. If your argument contains spaces, then enclose it with DOUBLE quotes, for example `"my argument"`. DO NOT use SINGLE quotes to do that.** +> **As of RSS Guard 4.2.0, you cannot separate your arguments with `#`. If your argument contains spaces, then enclose it with DOUBLE quotes, for example `"my argument"`. DO NOT use SINGLE quotes to do that.** If everything goes well, script must return `0` as the process exit code, or a non-zero exit code if some error happened.