fix prefix of command line switches (-- instead of -)

This commit is contained in:
Andras Timar
2012-01-11 19:21:33 +01:00
parent 8a3b584528
commit aab14cb9fb
48 changed files with 130 additions and 130 deletions

View File

@@ -126,7 +126,7 @@ System.out.println("*** LocalOfficeImpl.refreshStorage: DONE");
* Boot straps UNO.
*
* The office has to be started with following string:
* "-accept=socket,host=localhost,port=<PORT>;urp;StarOffice.ServiceManager"
* "--accept=socket,host=localhost,port=<PORT>;urp;StarOffice.ServiceManager"
*
* @param port is a communication port.
*/