Originally Posted by drwowe
Is there a problem with the mergeEPUB command?
I'm trying to merge several short stories into a single book. I put all the stories in a directore called chapters. Then I run the command
java -jar LRFTools-v0.9.160.jar mergeEPUB chapters -o book.epub
but all I get is the help message.
--
edit: Looking at the source code on code.google.com I see the -t and -a options are required as well to specify a title and author. It works now, but the help text should be fixed since these options aren't mentioned anywhere.
|