mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[docs:options] add --update arguments
This commit is contained in:
parent
035d882c6f
commit
cbaf041cea
@ -6,6 +6,9 @@
|
||||
## General Options:
|
||||
-h, --help Print this help message and exit
|
||||
--version Print program version and exit
|
||||
-U, --update Update to the latest version
|
||||
--update-to [CHANNEL@]TAG Upgrade/downgrade to a specific version
|
||||
--update-check Check if a newer version is available
|
||||
-f, --filename FORMAT Filename format string for downloaded files
|
||||
('/O' for "original" filenames)
|
||||
-d, --destination PATH Target location for file downloads
|
||||
|
@ -14,7 +14,10 @@ import re
|
||||
import sys
|
||||
|
||||
import util
|
||||
from gallery_dl import option
|
||||
|
||||
import gallery_dl.util
|
||||
gallery_dl.util.EXECUTABLE = True
|
||||
from gallery_dl import option # noqa E402
|
||||
|
||||
|
||||
TEMPLATE = """# Command-Line Options
|
||||
|
Loading…
Reference in New Issue
Block a user