View Single Post
Old 07-26-2009, 09:39 AM   #45
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by kacir View Post
Just like you, I too like to use commandline.

When I tried to use ebook-convert it told me that it has numerous interesting options. Too mumerous to be documented in manpage or a humble -h option output . It told me to go to
http://calibre.kovidgoyal.net/user_m...onversion.html
But ... said page is completely devoid of any documentation of options.
How can I help you to remedy this situation?

Kacir
Code:
ebook-convert -h
Will print a very basic help.

The full help options are created dynamically based on your input and output types.

Code:
ebook-convert in.epub out.txt -h
This will give you the full list of option based upon those formats. This design decision is because some formats specify format specific input/output options and some disable global input/output options.
user_none is offline   Reply With Quote