diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-26 15:04:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-26 15:04:06 +0200 |
commit | 7412cb319a6b3746def85604ec899be706037baf (patch) | |
tree | 2ae5bfc4ef6635162158f7a326ea87757591b91e /odk/docs/tools.html | |
parent | d4d5af7396f997d72487db3127eba7f8a4130a2b (diff) |
uno-skeletonmaker has -l, does not need -env:UNO_TYPES
Change-Id: I08ba8a9e84582a50a7893625139e43408be77278
Diffstat (limited to 'odk/docs/tools.html')
-rw-r--r-- | odk/docs/tools.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 83b157dcf570..1fdf392ecb6f 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -676,10 +676,10 @@ types the specified types depend on.</p> <p class="head2">Usage:</p> <blockquote> <b><code> - uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) dump [<options>] -t <type> ...<br/> - uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) component [<options>] -n <name> -t <type> ...<br/> - uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) calc-add-in [<options>] -n <name> -t <add-in_service><br/> - uno-skeletonmaker (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>) add-on [<options>] -n <name> -p <protocol_name:command,...> + uno-skeletonmaker (-env:INIFILENAME=<url>) dump [<options>] -t <type> ...<br/> + uno-skeletonmaker (-env:INIFILENAME=<url>) component [<options>] -n <name> -t <type> ...<br/> + uno-skeletonmaker (-env:INIFILENAME=<url>) calc-add-in [<options>] -n <name> -t <add-in_service><br/> + uno-skeletonmaker (-env:INIFILENAME=<url>) add-on [<options>] -n <name> -p <protocol_name:command,...> uno-skeletonmaker -V, --version<br/> uno-skeletonmaker -h, --help<br/> </code></b> @@ -710,10 +710,6 @@ types the specified types depend on.</p> <td class="cell85">url specifies a URL to an UNO ini|rc file of an existing UNO environment (URE, office installation).</td> </tr> <tr> - <td class="cell15"><code>-env:UNO_TYPES=<url></code></td> - <td class="cell85">url specifies a binary type library file. It can be a space separated list of urls.</td> - </tr> - <tr> <td class="cell15"><code>-a, --all</code></td> <td class="cell85">list all interface methods, not only the direct ones</td> </tr> |