diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-01-15 08:05:55 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:28:34 +0100 |
commit | 0f7a354db93f0affe218cae7e0ea294a4efe5891 (patch) | |
tree | 284d2dceaf195012888b14f0eca3d82de7b151c4 | |
parent | f7e82f12585648e59c308607d8754616c5d930b0 (diff) |
Correct parameter syntax
Change-Id: Ib9f805c33b1a2243197e5addfe9bf777b4e88ed5
Reviewed-on: https://gerrit.libreoffice.org/47889
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | source/text/shared/guide/start_parameters.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index d230cc607c..c29bd677f3 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -175,7 +175,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph role="tablecontent" id="par_id3148477" localize="false" xml-lang="en-US"><emph>--quickstart=[no]</emph></paragraph> + <paragraph role="tablecontent" id="par_id3148477" localize="false" xml-lang="en-US"><emph>--quickstart[=no]</emph></paragraph> </tablecell> <tablecell> <paragraph role="tablecontent" id="par_id3153919" xml-lang="en-US">Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deactivates the Quickstarter service. Without parameters this service is activated.</paragraph> |