forked from AkkomaGang/akkoma
Fix :args settings description in Upload.Filter.Mogrify group
This commit is contained in:
parent
e3953923ac
commit
1489c2ae5f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue