From 844e50da6ff708393ad7dc1d104762c9a320c40a Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 24 Aug 2014 21:32:29 +0400 Subject: [PATCH] Don't lie --- misc/cbzl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cbzl.py b/misc/cbzl.py index 48a66e9..a45a8eb 100644 --- a/misc/cbzl.py +++ b/misc/cbzl.py @@ -5,7 +5,7 @@ import os, sys, zipfile, string if len (sys.argv) < 2: print """\ usage: find . -name \*.jpg -or -name \*.png -print0 | python cbzl.py curimgs.cbz - or: locate -0 .jpg | python cbzl.py allimgs.cbz + or: locate -0 .jpg | python cbzl.py alljpegs.cbz """ sys.exit (1) -- 2.11.4.GIT