From ee5b4a689ed75ef5da5e16e09a3884a8837eaa4c Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Thu, 14 Feb 2013 20:15:18 +0000 Subject: [PATCH] updated readme git-svn-id: http://comictagger.googlecode.com/svn/trunk@506 6c5673fe-1810-88d6-992b-cd32ca31540c --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 6fb3cf8..afdb007 100644 --- a/README.txt +++ b/README.txt @@ -8,8 +8,8 @@ Features: * Batch processing in the GUI for tagging hundreds or more comics at a time * Reads and writes multiple tagging schemes ( ComicBookLover and ComicRack, with more planned). * Reads and writes RAR and Zip archives (external tools needed for writing RAR) -* Command line interface (CLI) on all platforms (including Windows), which supports batch operations, and which can be used in native scripts for complex operations. For example, to scrape and tag a folder, just one line - ComicTagger -s -o -f -t cr -v -i --nooverwrite *.cb? +* Command line interface (CLI) on all platforms (including Windows), which supports batch operations, and which can be used in native scripts for complex operations. For example, to recusrively scrape and tag all archives in a folder + comictagger.py -R -s -o -f -t cr -v -i --nooverwrite /path/to/comics/ For details, screenshots, release notes, and more, visit http://code.google.com/p/comictagger/