Merge pull request #1 from mgorny/master
authorrczajka <radek.czajka@gmail.com>
Mon, 14 May 2012 08:25:42 +0000 (01:25 -0700)
committerrczajka <radek.czajka@gmail.com>
Mon, 14 May 2012 08:25:42 +0000 (01:25 -0700)
book2epub: fix --working-copy description

13 files changed:
README.md [changed mode: 0755->0644]
librarian/mobi.py [changed mode: 0755->0644]
librarian/mobi/style.css [changed mode: 0755->0644]
librarian/xslt/book2html.xslt [changed mode: 0755->0644]
librarian/xslt/book2txt.xslt [changed mode: 0755->0644]
librarian/xslt/config.xml [changed mode: 0755->0644]
librarian/xslt/normalize.xslt [changed mode: 0755->0644]
librarian/xslt/wl2html_base.xslt [changed mode: 0755->0644]
librarian/xslt/wl2html_full.xslt [changed mode: 0755->0644]
librarian/xslt/wl2html_partial.xslt [changed mode: 0755->0644]
scripts/book2epub
scripts/master.css [changed mode: 0755->0644]
scripts/master.plain.css [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index e60b932..04e4515 100755 (executable)
@@ -23,7 +23,7 @@ if __name__ == '__main__':
     parser.add_option('-c', '--with-cover', action='store_true', dest='with_cover', default=False,
                       help='create default cover')
     parser.add_option('-w', '--working-copy', action='store_true', dest='working_copy', default=False,
-                      help='specifies the directory for output')
+                      help='mark the output as a working copy')
     parser.add_option('-d', '--make-dir', action='store_true', dest='make_dir', default=False,
                       help='create a directory for author and put the PDF in it')
     parser.add_option('-o', '--output-file', dest='output_file', metavar='FILE',
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)