From: Angelina Filippova Date: Mon, 3 Aug 2020 22:45:18 +0000 (+0300) Subject: Fix :args settings description in Upload.Filter.Mogrify group X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=1489c2ae5fdb01ee2f1a40c40582842868cac888;p=akkoma Fix :args settings description in Upload.Filter.Mogrify group --- diff --git a/config/description.exs b/config/description.exs index ae2f6d23f..00bab20eb 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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",