Skip to content

Commit ad91dac

Browse files
committed
Updated help usage text
1 parent 64d73da commit ad91dac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

batch-resizer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
optional arguments:
1919
-h, --help show this help message and exit
2020
-v, --verbose Writes output to the terminal as the program runs
21-
-o [OUTPUT], --output [OUTPUT]
21+
-o, --output [OUTPUT]
2222
Directory where processed images will be saved to
23-
-r WIDTH HEIGHT, --resize WIDTH HEIGHT
23+
-r, --resize WIDTH HEIGHT
2424
Pixel width and height of the output image (preserves
2525
aspect-ratio)
26-
-f {webp,jpeg,jpg,png} [{webp,jpeg,jpg,png} ...], --format {webp,jpeg,jpg,png} [{webp,jpeg,jpg,png} ...]
26+
-f, --format {webp,jpeg,jpg,png} [{webp,jpeg,jpg,png} ...]
2727
Convert processed file to the selected image format
2828
-z, --zip-archive Store processed images as .zip archive (uncompressed)
29-
-t [ARCHIVE], --tar-archive [ARCHIVE]
29+
-t, --tar-archive [ARCHIVE]
3030
Store processed images as .tar.gz archive (compressed)
3131
"""
3232

0 commit comments

Comments
 (0)