From 235524b06d0a7d5360d5d2e8a0d9c6d3ff65db0a Mon Sep 17 00:00:00 2001 From: beville Date: Thu, 14 Feb 2013 06:30:53 +0000 Subject: [PATCH] added script options to help git-svn-id: http://comictagger.googlecode.com/svn/trunk@498 6c5673fe-1810-88d6-992b-cd32ca31540c --- comictaggerlib/options.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/comictaggerlib/options.py b/comictaggerlib/options.py index 5c2c7c5..78fbf59 100644 --- a/comictaggerlib/options.py +++ b/comictaggerlib/options.py @@ -71,7 +71,9 @@ If no options are given, {0} will run in windowed mode -e, --export-to-zip Export RAR archive to Zip format --delete-rar Delete original RAR archive after successful export to Zip --abort-on-conflict Don't export to zip if intended new filename exists (Otherwise, creates - a new unique filename) + a new unique filename) + -S, --script=FILE Run an "add-on" python script that uses the comictagger library for custom + processing. Script arguments can follow the script name -R, --recursive Recursively include files in sub-folders -v, --verbose Be noisy when doing what it does --terse Don't say much (for print mode)