source/text/shared/guide/start_parameters.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f43f4bbd7d4cdfa714d2ac56b099199eafd846a6 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Mon Feb 21 10:31:32 2022 +0100 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Mon Feb 21 10:39:16 2022 +0100 Use soffice.com in command line parameters help Which is available since version 6.3. It is the proper console application on Windows, and thus will correctly show the console output, and return the program exit code, unlike soffice.exe. Change-Id: Iff3963489492fe2b8bad40bcfe259a40b3f38fe3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130250 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index 903d6cb07..6cfe595e7 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -45,8 +45,8 @@ <paragraph role="listitem" id="par_id3152472" xml-lang="en-US">Type the following text in the <emph>Open</emph> text field and click <emph>OK</emph>. </paragraph> </listitem> <listitem> - <paragraph role="listitem" id="par_id3147561" xml-lang="en-US">{install}\program\soffice.exe {parameter}</paragraph> - <paragraph role="listitem" id="par_id3153360" xml-lang="en-US">Replace <emph>{install}</emph> with the path to your installation of %PRODUCTNAME software (for example, <emph>C:\Program Files\%PRODUCTNAME</emph></paragraph> + <paragraph role="listitem" id="par_id3147561" xml-lang="en-US">"{install}\program\soffice.com" {parameter}</paragraph> + <paragraph role="listitem" id="par_id3153360" xml-lang="en-US">Replace <emph>{install}</emph> with the path to your installation of %PRODUCTNAME software (for example, <emph>C:\Program Files\%PRODUCTNAME</emph>). Use <emph>soffice.exe</emph> instead of <emph>soffice.com</emph>, when you do not need console (e.g., you do not use command-line interface for headless operations).</paragraph> </listitem> </list> </case>