diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-18 11:59:52 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-18 20:03:37 +0100 |
commit | 71a2d9e0c995afbc1d71b7030b536c4590107afc (patch) | |
tree | 8e7a422432a36b0b178840762d9c0417fbabbae6 /source | |
parent | 70f656485e6b507466ecfe8c17fc35bad89f2e33 (diff) |
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.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/start_parameters.xhp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index 4cc41b8c1a..903d6cb07d 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> |