From 92870ad5b862014357a0d993645df57a0515bd0c Mon Sep 17 00:00:00 2001 From: Sengian Date: Tue, 18 Jan 2011 23:22:50 +0100 Subject: [PATCH] Add comment with test cmd --- src/calibre/ebooks/rtf/input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/rtf/input.py b/src/calibre/ebooks/rtf/input.py index d8301b7120..6361cb7fdb 100644 --- a/src/calibre/ebooks/rtf/input.py +++ b/src/calibre/ebooks/rtf/input.py @@ -338,3 +338,4 @@ class RTFInput(InputFormatPlugin): opf.render(open('metadata.opf', 'wb')) return os.path.abspath('metadata.opf') +#ebook-convert "bad.rtf" test.epub -v -d "D:\Mes eBooks\Developpement\debug" \ No newline at end of file