[cleanup] Misc (#11347)

Closes #11361
Authored by: avagordon01, bashonly, grqz, Grub4K, seproDev

Co-authored-by: Ava Gordon <[email protected]>
Co-authored-by: bashonly <[email protected]>
Co-authored-by: N/Ame <[email protected]>
Co-authored-by: Simon Sawicki <[email protected]>
This commit is contained in:
sepro
2024-11-04 01:33:21 +01:00
committed by GitHub
co-authored by Ava Gordon bashonly N/Ame Simon Sawicki
parent b03267bf06
commit 197d0b03b6
72 changed files with 239 additions and 253 deletions
+2 -1
View File
@@ -700,7 +700,8 @@ def create_parser():
selection.add_option(
'--break-on-existing',
action='store_true', dest='break_on_existing', default=False,
help='Stop the download process when encountering a file that is in the archive')
help='Stop the download process when encountering a file that is in the archive '
'supplied with the --download-archive option')
selection.add_option(
'--no-break-on-existing',
action='store_false', dest='break_on_existing',