summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-02-21 10:31:32 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2022-02-21 10:39:16 +0100
commitf43f4bbd7d4cdfa714d2ac56b099199eafd846a6 (patch)
treeaa8b44f72dd24369329f9dcab0c3dbd75480761b
parent926ec2309a774598f438f00ced7990b9b094239f (diff)
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.kaganski@collabora.com>
-rw-r--r--source/text/shared/guide/start_parameters.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp
index 903d6cb07d..6cfe595e70 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>