Kaydet (Commit) 8937fac2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

uno-skeletonmaker does not bootstrap UNO

...so mentioning env:INIFILENAME and env:UNO_TYPES is misleading.

Change-Id: Ia91ad691c58d226bc445b3355dffb82ba7ddbef5
üst 7b3bef77
...@@ -47,10 +47,6 @@ static const char usageText[] = ...@@ -47,10 +47,6 @@ static const char usageText[] =
" name(s) and the corresponding command(s) have to be specified with the\n" " name(s) and the corresponding command(s) have to be specified with the\n"
" '-p' option.\n" " '-p' option.\n"
"\n options:\n" "\n options:\n"
" -env:INIFILENAME=<url> url specifies a URL to an UNO ini|rc file of an\n"
" existing UNO environment (URE, office installation).\n"
" -env:UNO_TYPES=<url> url specifies a binary type library file. It can be\n"
" a space separated list of urls.\n"
" -a, --all list all interface methods, not only the direct\n" " -a, --all list all interface methods, not only the direct\n"
" ones\n" " ones\n"
" --(java4|java5|cpp) select the target language\n" " --(java4|java5|cpp) select the target language\n"
...@@ -82,9 +78,7 @@ static const char usageText[] = ...@@ -82,9 +78,7 @@ static const char usageText[] =
" sub-command 'component'. If path=stdout the generated\n" " sub-command 'component'. If path=stdout the generated\n"
" code is generated on standard out instead of a file.\n" " code is generated on standard out instead of a file.\n"
" -l <file> specifies a binary type library (can be used more\n" " -l <file> specifies a binary type library (can be used more\n"
" than once). The type library is integrated as an\n" " than once).\n"
" additional type provider in the bootstrapped type\n"
" system.\n"
" -n <name> specifies an implementation name for the component\n" " -n <name> specifies an implementation name for the component\n"
" (used as classname, filename and package|namespace\n" " (used as classname, filename and package|namespace\n"
" name). In 'dump' mode it is used as classname (e.g.\n" " name). In 'dump' mode it is used as classname (e.g.\n"
...@@ -107,17 +101,13 @@ static const char usageText[] = ...@@ -107,17 +101,13 @@ static const char usageText[] =
void printUsageAndExit(const char* programname, const char* version) void printUsageAndExit(const char* programname, const char* version)
{ {
std::cerr std::cerr
<< "\n using: " << programname << "\n using: " << programname << "\n"
<< " (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>)\n"
<< " dump [<options>] -t <type> ...\n" << " dump [<options>] -t <type> ...\n"
<< " " << programname << " " << programname << "\n"
<< " (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>)\n"
<< " component [<options>] -n <name> -t <type> ...\n" << " component [<options>] -n <name> -t <type> ...\n"
<< " " << programname << " " << programname << "\n"
<< " (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>)\n"
<< " calc-add-in [<options>] -n <name> -t <add-in_service>\n" << " calc-add-in [<options>] -n <name> -t <add-in_service>\n"
<< " " << programname << " " << programname << "\n"
<< " (-env:INIFILENAME=<url> | -env:UNO_TYPES=<url>)\n"
<< " add-on [<options>] -n <name> -p <protocol_name:command,...>\n" << " add-on [<options>] -n <name> -p <protocol_name:command,...>\n"
<< " " << programname << " -V, --version\n" << " " << programname << " -V, --version\n"
<< " " << programname << " -h, --help\n" << " " << programname << " -h, --help\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment