From 624eec9b6a06a5026064a6beaeb0917c59d7ed28 Mon Sep 17 00:00:00 2001 From: 64Core Date: Sat, 18 Mar 2023 21:55:15 -0500 Subject: [PATCH] Removed -h argument due to conflict --- itchiodl/downloader/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/itchiodl/downloader/__main__.py b/itchiodl/downloader/__main__.py index f6dd03d..3830a93 100644 --- a/itchiodl/downloader/__main__.py +++ b/itchiodl/downloader/__main__.py @@ -19,7 +19,6 @@ def main(): ) parser.add_argument( - "-h", "--human-folders", type=bool, default=False,