source/text/shared/guide/start_parameters.xhp |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 71a2d9e0c995afbc1d71b7030b536c4590107afc
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Fri Feb 18 11:59:52 2022 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Feb 18 20:03:37 2022 +0100

    Improve bootstrap -env parameter at CLI
    
    Change-Id: Iba470dd3110269759608b8411a8fb2f5cb14e30a
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130168
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/shared/guide/start_parameters.xhp 
b/source/text/shared/guide/start_parameters.xhp
index 4cc41b8c1..903d6cb07 100644
--- a/source/text/shared/guide/start_parameters.xhp
+++ b/source/text/shared/guide/start_parameters.xhp
@@ -581,8 +581,14 @@
                <paragraph id="par_id201612040137850" role="tablecontent" 
localize="false" xml-lang="en-US"><emph>-env:VAR[=VALUE]</emph></paragraph>
            </tablecell>
            <tablecell>
-               <paragraph id="par_id2016120401398657" role="tablecontent" 
xml-lang="en-US">Set a bootstrap variable. For example: to set a non-default 
user profile path:</paragraph>
-               <paragraph id="par_id20161204013922181" role="tablecontent" 
localize="false" xml-lang="en-US"><item 
type="input">-env:UserInstallation=file:///tmp/test</item></paragraph>
+               <paragraph id="par_id2016120401398657" role="tablecontent" 
xml-lang="en-US">Set a bootstrap variable. For example, to set a non-default 
user profile path:</paragraph>
+               <paragraph id="par_id20161204013922181" role="tablecontent" 
localize="false" xml-lang="en-US">
+                   <switchinline select="sys">
+                       <caseinline select="WIN"><input>soffice.com 
-env:UserInstallation=file:///c:/my-test-profile</input> </caseinline>
+                       <caseinline select="MAC"><input>open LibreOffice.app 
-env:UserInstallation=file:///tmp/test</input> </caseinline>
+                       <defaultinline><input>soffice 
-env:UserInstallation=file:///tmp/test</input></defaultinline>
+                   </switchinline>
+                   </paragraph>
            </tablecell>
         </tablerow>
     </table>

Reply via email to