Fix :args settings description in Upload.Filter.Mogrify group
authorAngelina Filippova <linakirsanova@gmail.com>
Mon, 3 Aug 2020 22:45:18 +0000 (01:45 +0300)
committerAngelina Filippova <linakirsanova@gmail.com>
Mon, 3 Aug 2020 22:45:18 +0000 (01:45 +0300)
config/description.exs

index ae2f6d23fd68322e9ba69af2eb8fcc692b7b8f37..00bab20ebde269964cc3b4921ca03023d6fbb136 100644 (file)
@@ -194,7 +194,7 @@ config :pleroma, :config_description, [
         type: [:string, {:list, :string}, {:list, :tuple}],
         description:
           "List of actions for the mogrify command. It's possible to add self-written settings as string. " <>
-            "For example `[\"auto-orient\", \"strip\", {\"resize\", \"3840x1080>\"}]` string will be parsed into list of the settings.",
+            "For example `auto-orient, strip, {\"resize\", \"3840x1080>\"}` value will be parsed into valid list of the settings.",
         suggestions: [
           "strip",
           "auto-orient",