From 9dec26108e0c8f75dc55703d77816962d6a6c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 30 Jun 2025 08:55:46 +0200 Subject: [PATCH] [option] slightly reword --download-archive help text (#7751) to reflect the current default of *not* recording skipped files --- gallery_dl/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/option.py b/gallery_dl/option.py index 7aa70d2f..e65c08f9 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -676,7 +676,7 @@ def build_parser(): selection.add_argument( "--download-archive", dest="archive", metavar="FILE", action=ConfigAction, - help=("Record all downloaded or skipped files in FILE and " + help=("Record successfully downloaded files in FILE and " "skip downloading any file already in it"), ) selection.add_argument(