[Libreoffice-commits] core.git: desktop/source
Thorsten Behrens
Thorsten.Behrens at CIB.de
Thu Sep 7 15:57:00 UTC 2017
desktop/source/app/cmdlinehelp.cxx | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
New commits:
commit bfa662d99a9d1efe17e5b7ce6e2ebfbc7a317c00
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date: Tue Sep 5 15:54:48 2017 +0200
tdf#109202 add help blurp for new --convert-images-to
Change-Id: I5e66263f7ce1b1a8cf15775dc38e08b8f7c0f237
Reviewed-on: https://gerrit.libreoffice.org/41943
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 58583f71e45c..97ff3bcf3c60 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -141,13 +141,16 @@ namespace desktop
" of each immediately. Files are closed after the showing.\n"
" Files other than Impress documents are opened in\n"
" default mode , regardless of previous mode.\n"
- " --convert-to OutputFileExtension[:OutputFilterName] [--outdir output_dir]\n"
+ " --convert-to OutputFileExtension[:OutputFilterName] \n"
+ " [--outdir output_dir] [--convert-images-to]\n"
" Batch convert files (implies --headless). If --outdir\n"
" isn't specified, then current working directory is used\n"
- " as output_dir. If --convert-to is used more than once,\n"
- " last value of OutputFileExtension[:OutputFilterName] is\n"
- " effective. If --outdir is used more than once, only its\n"
- " last value is effective. For example:\n"
+ " as output_dir. If --convert-images-to is given, its\n"
+ " parameter is taken as the target MIME format for *all*\n"
+ " images written to the output format. If --convert-to is\n"
+ " 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:writer_pdf_Export --outdir /home/user *.doc\n"
" --convert-to \"html:XHTML Writer File:UTF8\" *.doc\n"
More information about the Libreoffice-commits
mailing list