[option] slightly reword --download-archive help text (#7751)

to reflect the current default of *not* recording skipped files
This commit is contained in:
Mike Fährmann
2025-06-30 08:55:46 +02:00
parent 755b2a7eb2
commit 9dec26108e

View File

@@ -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(