|
|
@ -691,6 +691,10 @@ def create_parser():
|
|
|
|
'--break-on-existing',
|
|
|
|
'--break-on-existing',
|
|
|
|
action='store_true', dest='break_on_existing', default=False,
|
|
|
|
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')
|
|
|
|
|
|
|
|
selection.add_option(
|
|
|
|
|
|
|
|
'--no-break-on-existing',
|
|
|
|
|
|
|
|
action='store_false', dest='break_on_existing',
|
|
|
|
|
|
|
|
help='Do not stop the download process when encountering a file that is in the archive (default)')
|
|
|
|
selection.add_option(
|
|
|
|
selection.add_option(
|
|
|
|
'--break-on-reject',
|
|
|
|
'--break-on-reject',
|
|
|
|
action='store_true', dest='break_on_reject', default=False,
|
|
|
|
action='store_true', dest='break_on_reject', default=False,
|
|
|
|