Changeset 8491ac9
- Timestamp:
- 06/28/10 19:27:20 (3 years ago)
- Branches:
- master
- Children:
- 8255535
- Parents:
- 6fdcac4
- git-author:
- Aurélien Bompard <aurelien@…> (06/28/10 19:27:20)
- git-committer:
- Aurélien Bompard <aurelien@…> (06/28/10 19:27:20)
- File:
-
- 1 edited
-
mangafox-dl.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mangafox-dl.py
r3e28179 r8491ac9 93 93 print "No chapter matching your selection !" 94 94 return 95 print "Building PDF..." 95 96 self.page_size = A4 96 97 self.margin = 0 … … 241 242 242 243 def parse_opts(): 243 usage = "%prog [- d directory] [-v volume] [-c chapter] name"244 usage = "%prog [-o directory] [-v volume] [-c chapter] [-p] [-d] name" 244 245 parser = OptionParser(usage=usage) 245 246 parser.add_option("-o", "--output", dest="output", default=".",
Note: See TracChangeset
for help on using the changeset viewer.
