[option] slightly reword --download-archive help text (#7751)
to reflect the current default of *not* recording skipped files
This commit is contained in:
@@ -676,7 +676,7 @@ def build_parser():
|
|||||||
selection.add_argument(
|
selection.add_argument(
|
||||||
"--download-archive",
|
"--download-archive",
|
||||||
dest="archive", metavar="FILE", action=ConfigAction,
|
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"),
|
"skip downloading any file already in it"),
|
||||||
)
|
)
|
||||||
selection.add_argument(
|
selection.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user