From dcfb2edf85396369875595c79d6fdb595d5c9e28 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 2 Feb 2020 19:36:16 -0800 Subject: [PATCH] Add helptext for merge --demote_headers. --- epubfile.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/epubfile.py b/epubfile.py index 6568f4c..017818c 100644 --- a/epubfile.py +++ b/epubfile.py @@ -1250,6 +1250,11 @@ merge: > epubfile.py merge book1.epub book2.epub --output final.epub flags: + --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. + --headerfile: Add a file before each book with an

containing its title.