summaryrefslogtreecommitdiffstats
path: root/gallery_dl/option.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-06-05 20:55:36 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-06-05 20:55:36 -0400
commit8a644b7a06c504263a478d3681eed10b4161b5be (patch)
treeb3d668588e5c0be8c75467e50499f73ff9ec7c05 /gallery_dl/option.py
parente7eb1f9779f2e223575ab23a6bc1abf2222e7d27 (diff)
New upstream version 1.17.5.upstream/1.17.5
Diffstat (limited to 'gallery_dl/option.py')
-rw-r--r--gallery_dl/option.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/option.py b/gallery_dl/option.py
index 3e585fe..6018542 100644
--- a/gallery_dl/option.py
+++ b/gallery_dl/option.py
@@ -114,7 +114,7 @@ def build_parser():
)
general.add_argument(
"--clear-cache",
- dest="clear_cache", action="store_true",
+ dest="clear_cache", metavar="MODULE", nargs="?", const="all",
help="Delete all cached login sessions, cookies, etc.",
)