[Libreoffice-commits] core.git: desktop/source

Cor Nouws oolst at nouenoff.nl
Thu Oct 12 20:14:18 UTC 2017


 desktop/source/app/cmdlinehelp.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 75d78b09438dcfa045626efd9f19d4a91a031e26
Author: Cor Nouws <oolst at nouenoff.nl>
Date:   Thu Oct 12 21:03:34 2017 +0200

    EPUB export: add simple example to command line help
    
    Change-Id: Ia1a03f324e9b66dc36abadc326843b88b33ed249
    Reviewed-on: https://gerrit.libreoffice.org/43348
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

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"


More information about the Libreoffice-commits mailing list