add '--no-skip' command-line option (closes #986)
This commit is contained in:
parent
5912727b88
commit
abda352a5b
@ -224,6 +224,11 @@ def build_parser():
|
||||
dest="part", nargs=0, action=ConfigConstAction, const=False,
|
||||
help="Do not use .part files",
|
||||
)
|
||||
downloader.add_argument(
|
||||
"--no-skip",
|
||||
dest="skip", nargs=0, action=ConfigConstAction, const=False,
|
||||
help="Do not skip downloads; overwrite existing files",
|
||||
)
|
||||
downloader.add_argument(
|
||||
"--no-mtime",
|
||||
dest="mtime", nargs=0, action=ConfigConstAction, const=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user