diff options
author | Angelina Filippova <linakirsanova@gmail.com> | 2020-08-04 01:45:18 +0300 |
---|---|---|
committer | Angelina Filippova <linakirsanova@gmail.com> | 2020-08-04 01:45:18 +0300 |
commit | 1489c2ae5fdb01ee2f1a40c40582842868cac888 (patch) | |
tree | ac72b528c73e75cc034a40ee38c5d042071ac6b2 | |
parent | e3953923aca1706ab508bfda1ab892304b29c09a (diff) | |
download | pleroma-1489c2ae5fdb01ee2f1a40c40582842868cac888.tar.gz |
Fix :args settings description in Upload.Filter.Mogrify group
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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", |