summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-09-05 15:54:48 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-09-07 17:56:40 +0200
commitbfa662d99a9d1efe17e5b7ce6e2ebfbc7a317c00 (patch)
treec66fa09e352143345710e58c9c4cd7c10ae36f1a
parentbf3a87d1ee9106161d26f33c1ccb6b7b0d0aa0b9 (diff)
tdf#109202 add help blurp for new --convert-images-to
Change-Id: I5e66263f7ce1b1a8cf15775dc38e08b8f7c0f237 Reviewed-on: https://gerrit.libreoffice.org/41943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r--desktop/source/app/cmdlinehelp.cxx13
1 files changed, 8 insertions, 5 deletions
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"