mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 01:18:30 +00:00
Move (default)
in help string
This commit is contained in:
parent
76889fdd7b
commit
72c784c612
@ -1423,11 +1423,11 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
|
|||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--mtime',
|
'--mtime',
|
||||||
action='store_true', dest='updatetime', default=None,
|
action='store_true', dest='updatetime', default=None,
|
||||||
help='Use the Last-modified header to set the file modification time (default)')
|
help='Use the Last-modified header to set the file modification time')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--no-mtime',
|
'--no-mtime',
|
||||||
action='store_false', dest='updatetime',
|
action='store_false', dest='updatetime',
|
||||||
help='Do not use the Last-modified header to set the file modification time')
|
help='Do not use the Last-modified header to set the file modification time (default)')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--write-description',
|
'--write-description',
|
||||||
action='store_true', dest='writedescription', default=False,
|
action='store_true', dest='writedescription', default=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user