From 87aaf9e5d88dd0cb8b88040ef3072ca7b157fd0f Mon Sep 17 00:00:00 2001 From: Riesi Date: Fri, 4 Feb 2022 12:30:01 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 151354b..bdc72f3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ If you want to generate PNGs from the SVGs, you can use the `gen_png.py` script. gen_png.py [OPTION] -h, --help Shows this help message. --a, --all Regenerates all PNGs. --s, --specific [FILENAME]... Regenerate the PNGs for each FILENAME in the "svg" folder. The '.svg' suffix is optional. --g, --git Regenerates all PNGs and creates a git commit for them. Requires 'git' to be installed and located in PATH. +-a, --all Generate PNGs of all SVGs. +-s, --specific S [S ...] Generate PNGs for each S in the "svg" folder. The '.svg' suffix is optional. +-r, --resolution R [R ...] Custom resolutions that will be generated instead of the defaults. +-g, --git Generates PNGs of SVGs that changed since last auto tag and creates a git commit with them. Requires 'git' to be installed and located in PATH. ```