From 75d78b09438dcfa045626efd9f19d4a91a031e26 Mon Sep 17 00:00:00 2001 From: Cor Nouws Date: Thu, 12 Oct 2017 21:03:34 +0200 Subject: [PATCH] EPUB export: add simple example to command line help Change-Id: Ia1a03f324e9b66dc36abadc326843b88b33ed249 Reviewed-on: https://gerrit.libreoffice.org/43348 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- desktop/source/app/cmdlinehelp.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx index 43028a72fd10..07b5672ef377 100644 --- a/desktop/source/app/cmdlinehelp.cxx +++ b/desktop/source/app/cmdlinehelp.cxx @@ -154,7 +154,8 @@ namespace desktop " used more than once, the last value of OutputFileExtension\n" " [:OutputFilterName] is effective. If --outdir is used more\n" " than once, only its last value is effective. For example:\n" - " --convert-to pdf *.doc\n" + " --convert-to pdf *.odt\n" + " --convert-to epub *.doc\n" " --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc\n" " --convert-to \"html:XHTML Writer File:UTF8\" *.doc\n" " --convert-to \"txt:Text (encoded):UTF8\" *.doc\n"