diff --git a/helpcontent2/source/text/shared/guide/start_parameters.xhp b/helpcontent2/source/text/shared/guide/start_parameters.xhp index 90163b327e..0cfb5f273a 100644 --- a/helpcontent2/source/text/shared/guide/start_parameters.xhp +++ b/helpcontent2/source/text/shared/guide/start_parameters.xhp @@ -320,10 +320,7 @@ --convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files - Batch convert files. - If --outdir is not specified, then current working directory is used as output_dir.
- Eg. --convert-to pdf *.doc
- --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc
+Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.
Eg. --convert-to pdf *.doc
--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc
@@ -331,10 +328,7 @@ --print-to-file [--printer-name printer_name] [--outdir output_dir] files - Batch print files to file. - If --outdir is not specified, then current working directory is used as output_dir.
- Eg. --print-to-file *.doc
- --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc
+Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.
Eg. --print-to-file *.doc
--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc