Fix :args settings description in Upload.Filter.Mogrify group

This commit is contained in:
Angelina Filippova 2020-08-04 01:45:18 +03:00
parent e3953923ac
commit 1489c2ae5f
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
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",