This commit is contained in:
mxd4 2022-05-02 13:56:51 +02:00
parent 7f63a562b9
commit 33b5e23467
No known key found for this signature in database
GPG Key ID: 19EE015203AA7278

View File

@ -35,9 +35,9 @@ Configuration
A path to a conversion command. By default, the imgconverter finds
the command from search paths.
On Unix platform, :command:`convert` command is used by default.
On Unix platforms, the command :command:`convert` is used by default.
On Windows platform, :command:`magick` command is used by default.
On Windows, the command :command:`magick` is used by default.
.. versionchanged:: 3.1
@ -48,7 +48,7 @@ Configuration
Additional command-line arguments to give to :command:`convert`, as a list.
The default is an empty list ``[]``.
On Windows platform, it defaults to ``["convert"]``.
On Windows, it defaults to ``["convert"]``.
.. versionchanged:: 3.1