From 0036ee952272c441962551eecaf011897154dadf Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 24 Nov 2021 15:44:37 +0000 Subject: [PATCH] Add default values to help --- convert.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/convert.py b/convert.py index 60e6d45..35b14d4 100644 --- a/convert.py +++ b/convert.py @@ -328,11 +328,13 @@ def main(): ) parser.add_argument( '--fixed-colours', type=int, default=0, - help='How many colours to fix as identical across all 16 SHR palettes' + help='How many colours to fix as identical across all 16 SHR palettes ' + '(default: 0)' ) parser.add_argument( '--save-preview', type=bool, default=True, - help='Whether to save a .PNG rendering of the output image' + help='Whether to save a .PNG rendering of the output image (default: ' + 'True)' ) args = parser.parse_args() if args.lookahead < 1: