diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/docs/tools.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 173b116cc15b..4833bfd6ea4f 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -296,7 +296,6 @@ <blockquote> <b><code>uno (-c<ComponentImplementationName> -l <LocationUrl> | -s <ServiceName>) <br> - [-ro <ReadOnlyRegistry1>] [-ro <ReadOnlyRegistry2>] ... [-rw <ReadWriteRegistry>]<br> [-u uno:(socket[,host=<HostName>][,port=<nnn>]|pipe[,name=<PipeName>]);iiop|urp;<Name><br> [--singleaccept] [--singleinstance]] <br> [-- <Argument1 Argument2 ...>] @@ -321,15 +320,6 @@ instances.</td> </tr> <tr> - <td class="cell15"><code><Registries></code></td> - <td class="cell85">The optional <code><Registries></code> - (e.g., c:\myreg.rdb) are used by the ServiceManager. The <i>ro</i> - ones are opened for reading only; whereas, a single <i>rw</i> one - will be opened for reading and writing. If the <i>rw</i> one does - not exist, then it may be created. Components may read and write to - store their persistent state.</td> - </tr> - <tr> <td class="cell15"><code>--singleaccept</code></td> <td class="cell85">The uno starter will accept one connection, provide the component instance and die.</td> |