From e052f3b9e1d9703a5a466daeaf37bacf476c2daf Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Oct 2023 01:00:14 -0400 Subject: New upstream version 1.26.1. --- data/completion/_gallery-dl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/completion/_gallery-dl') diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 94d2f06..c1425bb 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -73,8 +73,8 @@ _arguments -C -S \ --write-infojson'[==SUPPRESS==]' \ --write-tags'[Write image tags to separate text files]' \ --mtime-from-date'[Set file modification times according to "date" metadata]' \ ---exec'[Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}"]':'' \ ---exec-after'[Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf"]':'' \ +--exec'[Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"]':'' \ +--exec-after'[Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"]':'' \ {-P,--postprocessor}'[Activate the specified post processor]':'' \ {-O,--postprocessor-option}'[Additional "=" post processor options]':'' && rc=0 -- cgit v1.2.3