Fix lsriff help/usage

This commit is contained in:
Fabien LOISON 2021-07-02 16:19:58 +02:00
parent 0cd6721436
commit ce5e6102f2
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if __name__ == "__main__":
if len(sys.argv) < 2:
print("USAGE:")
print(
" ./scripts/lsriff.py <image.webp> [image2.webp [image3.webp [...]]]"
" ./scripts/lsriff.py <image.webp> [image2.webp ...]"
)
sys.exit(1)