Add missing exec summary to main docstring.

master
Ethan Dalool 2020-02-07 15:11:18 -08:00
parent c56e0ec13e
commit f17b46d88e
1 changed files with 3 additions and 1 deletions

View File

@ -1203,6 +1203,8 @@ The simple python .epub scripting tool.
{covercomesfirst} {covercomesfirst}
{exec}
{generate_toc} {generate_toc}
{holdit} {holdit}
@ -1271,7 +1273,7 @@ merge:
> epubfile.py merge book1.epub book2.epub --output final.epub <flags> > epubfile.py merge book1.epub book2.epub --output final.epub <flags>
flags: flags:
--demote_headers --demote_headers:
All h1 in the book will be demoted to h2, and so forth. So that the All h1 in the book will be demoted to h2, and so forth. So that the
headerfiles are the only h1s and the table of contents will generate headerfiles are the only h1s and the table of contents will generate
with a good hierarchy. with a good hierarchy.