From f17b46d88e58895c9d42b2787957bbc8e03e1f6c Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 7 Feb 2020 15:11:18 -0800 Subject: [PATCH] Add missing exec summary to main docstring. --- epubfile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/epubfile.py b/epubfile.py index 8146998..a08d626 100644 --- a/epubfile.py +++ b/epubfile.py @@ -1203,6 +1203,8 @@ The simple python .epub scripting tool. {covercomesfirst} +{exec} + {generate_toc} {holdit} @@ -1271,7 +1273,7 @@ merge: > epubfile.py merge book1.epub book2.epub --output final.epub flags: - --demote_headers + --demote_headers: 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 with a good hierarchy.