diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-24 08:40:34 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-24 08:43:07 +0100 |
commit | d85fa4e10f1156978c2f21aeab4e7d6ad7f80ab0 (patch) | |
tree | a08e58d71fe0be974ab319364e805fff998f34c4 /source | |
parent | 330b000f3da52d482a62ae5b726f91eecccaf4f2 (diff) |
Clarify the default --outdir path
Change-Id: I696164fe7c08179e6968f8b1ad694d4dab508af0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159891
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'source')
-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 79f69a87a3..4b8cc8e1bd 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -545,7 +545,7 @@ </tablecell> <tablecell> <section id="convertto"> - <paragraph id="par_id2016120401222926" role="tablecontent" xml-lang="en-US">If <emph>--convert-to</emph> is used more than once, last value of <emph>OutputFileExtension[:OutputFilterName[:OutputFilterParams]]</emph> is effective. If <emph>--outdir</emph> is used more than once, only its last value is effective. For example:</paragraph> + <paragraph id="par_id2016120401222926" role="tablecontent" xml-lang="en-US">If <emph>--convert-to</emph> is used more than once, last value of <emph>OutputFileExtension[:OutputFilterName[:OutputFilterParams]]</emph> is effective. If <emph>--outdir</emph> is used more than once, only its last value is effective. In absence of <emph>--outdir</emph>, current working directory is used for the result. For example:</paragraph> <paragraph id="par_id20161204012319752" role="tablecontent" localize="false" xml-lang="en-US"><input>--convert-to pdf *.doc</input></paragraph> <paragraph role="tablecontent" id="par_id311550932952863" localize="false"><input>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc</input></paragraph> <paragraph role="tablecontent" id="par_id231550932985601" localize="false"><input>--convert-to "html:XHTML Writer File:UTF8" *.doc</input></paragraph> |