replace '--mtime-from-date' with a more generic '--mtime'

--mtime-from-date -> --mtime date
for the same effect as before

(--mtime-from-date also still works,
 but --help now lists only --mtime)
This commit is contained in:
Mike Fährmann
2023-11-15 15:01:02 +01:00
parent 387c8b0950
commit 97357e65ee
2 changed files with 24 additions and 9 deletions

View File

@@ -128,8 +128,9 @@
--write-metadata Write metadata to separate JSON files
--write-info-json Write gallery metadata to a info.json file
--write-tags Write image tags to separate text files
--mtime-from-date Set file modification times according to 'date'
metadata
--mtime FORMAT Set file modification times according to
metadata selected by FORMAT. Examples: 'date' or
'status[date]'
--exec CMD Execute CMD for each downloaded file. Supported
replacement fields are {} or {_path},
{_directory}, {_filename}. Example: --exec
@@ -138,6 +139,5 @@
successfully. Example: --exec-after "cd
{_directory} && convert * ../doc.pdf"
-P, --postprocessor NAME Activate the specified post processor
-O, --postprocessor-option OPT
Additional '<key>=<value>' post processor
options
-O, --postprocessor-option KEY=VALUE
Additional post processor options