diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-10-23 08:42:57 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-10-23 08:42:57 +0000 |
commit | 0cfb447b6e09093f9a6ecf04167af7391c724548 (patch) | |
tree | 73ef5520a6d23e569d7bd57c1b4b3ec073d5ef6c /javaunohelper | |
parent | 82711aba5170d0e8afa3f91b05fb16dbc7080eae (diff) |
#104367#
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java b/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java index 2468916f4a6b..8b2ff3dd0ef7 100644 --- a/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java +++ b/javaunohelper/test/com/sun/star/comp/helper/Bootstrap_Test.java @@ -2,9 +2,9 @@ * * $RCSfile: Bootstrap_Test.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2002-10-21 15:30:35 $ + * last change: $Author: dbo $ $Date: 2002-10-23 09:42:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,7 +126,7 @@ public class Bootstrap_Test { System.out.println("usage:"); System.out.println("java com.sun.star.comp.helper.Bootstrap_Test ini-file name=value ..."); System.out.println("example:"); - System.out.println("java com.sun.star.comp.helper.Bootstrap_Test file:///c:/ooo10/program/uno.ini BINDIR=file:///c:/ooo10/program"); + System.out.println("java com.sun.star.comp.helper.Bootstrap_Test file:///c:/ooo10/program/uno.ini SYSBINDIR=file:///c:/ooo10/program"); System.exit( -1 ); } |