From b9115835f6b0735fef5a844b22f02d974536531c Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Thu, 14 Jun 2018 14:19:54 +0200 Subject: [PATCH] exportNotebook: add more information on pdftk flag Signed-off-by: Marcello Seri --- tools/exportNotebook.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/exportNotebook.py b/tools/exportNotebook.py index f7f7b59..a20d9da 100755 --- a/tools/exportNotebook.py +++ b/tools/exportNotebook.py @@ -53,7 +53,9 @@ def parse_args_or_exit(argv=None): help="Colour annotations for document markup.", action='store_true') parser.add_argument("--pdftk", - help="Assemble the pdfs with pdftk instead of PyPDF2.", + help="Assemble the pdfs with pdftk instead of PyPDF2. " + "This is faster and prodces smaller output when " + "exporting template-based notebooks.", action='store_true') parser.add_argument("-1", "--singlefile",