summaryrefslogtreecommitdiff
path: root/odk/docs
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-06-29 14:05:33 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-07-01 10:19:55 +0200
commit25580a3d72f64a3cee04ef330c58caf77873ef45 (patch)
tree580e658755ab9140e4af843bbf7d52a44d084e0b /odk/docs
parent210dd59742e9e0643325efc0dfb7678e5d79e8c7 (diff)
Update documentation for uno executable
After -r parameter was removed with 5a1d51139c580dc64578d36dc1b4a31a4e5e0ef8 Change-Id: I1961f35ea375e7fd7426958275de0809c8fc9e2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118087 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'odk/docs')
-rw-r--r--odk/docs/tools.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index 0d4e3cbd3224..6100f6fd09f2 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -258,10 +258,10 @@
<p>The UNO-starter is for running a component or service process, and
providing a runtime environment. Raising a component might look like
this </p>
- <p><code>[c:\] uno.exe -c MyComponent -l mycomp.dll -r myregistry.rdb
+ <p><code>[c:\] uno.exe -c MyComponent -l mycomp.dll -env:URE_MORE_SERVICES=myservices.rdb -env:URE_MORE_TYPES=mytypes.rdb
-- foo bar</code></p>
<p>or</p>
- <p><code>[c:\] uno.exe -s foo.bar.FooBarService -r myregistry.rdb
+ <p><code>[c:\] uno.exe -s foo.bar.FooBarService -env:URE_MORE_SERVICES=myservices.rdb -env:URE_MORE_TYPES=mytypes.rdb
-- foo bar</code></p>
<p>The starter loads the component and instantiates it. The component
must export the interface <a href="%DOXYGEN_PREFIX1%/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1lang_1_1XMain.html" title="link into the IDL reference to the interface com.sun.star.lang.XMain">com.sun.star.lang.XMain</a>:</p>