From 4f883171e2271a1c90921b94664937d376141bfd Mon Sep 17 00:00:00 2001 From: derped Date: Thu, 28 Nov 2024 16:05:08 +0100 Subject: [PATCH] Add missing type argument to cli. --- scripts/fck | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/fck b/scripts/fck index bf97aa0..b6ce837 100755 --- a/scripts/fck +++ b/scripts/fck @@ -26,6 +26,10 @@ def main() -> None: help="", default=2, type=int) + parser.add_argument("-t", "--type", + help="Checksum type", + default="", + type=str) parser.add_argument("-c", "--checksfv", help="", default="",