fix typo in help text

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent d5a3f09a58
commit 69fdd6a4c8

@ -45,7 +45,7 @@ Options:
Commands:
decode Decode DDS files to images.
encode Decode DDS files to images of the given format.
encode Encode images to DDS files of the given format.
```
To decode DDS files to images, use the `decode` subdommand, along with a glob or a

@ -12,7 +12,7 @@ from PIL import Image
@click.group()
def encode():
"""Decode DDS files to images of the given format."""
"""Encode images to DDS files of the given format."""
@click.command()

Loading…
Cancel
Save