diff options
author | Andras Timar <atimar@suse.com> | 2012-01-11 19:21:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-01-11 19:25:45 +0100 |
commit | aab14cb9fbc7d82b804a89e4cc61fb874c8636c8 (patch) | |
tree | 06076784fd47291174d9d51811da496191ae5cf4 /xmlsecurity/tools | |
parent | 8a3b584528e30f346cbab34141ee088eea16020c (diff) |
fix prefix of command line switches (-- instead of -)
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/examples/evaluate_win.bat | 8 | ||||
-rw-r--r-- | xmlsecurity/tools/examples/uno_win.bat | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/tools/examples/evaluate_win.bat b/xmlsecurity/tools/examples/evaluate_win.bat index 9567e9a2d2a4..4a71a135fccd 100644 --- a/xmlsecurity/tools/examples/evaluate_win.bat +++ b/xmlsecurity/tools/examples/evaluate_win.bat @@ -73,12 +73,12 @@ cp %WS_PATH%/xmlsecurity/wntmsci8.pro/bin/testtool.exe ./. @echo off echo ============================================= -echo step - 8 start OpenOffice +echo step - 8 start LibreOffice echo ============================================= @echo on @echo off -echo please start up OpenOffice with "-accept=socket,host=0,port=2002;urp;" +echo please start up LibreOffice with "--accept=socket,host=0,port=2002;urp;" pause Press Enter when finished... @echo on @@ -105,12 +105,12 @@ testtool %WS_PATH%/xmlsecurity/tools/cryptoken/jks/testToken.jks %WS_PATH%/xmlse @echo off echo ============================================= -echo step - 10 stop OpenOffice +echo step - 10 stop LibreOffice echo ============================================= @echo on @echo off -echo please stop the OpenOffice application +echo please stop the LibreOffice application pause Press Enter when finished... @echo on diff --git a/xmlsecurity/tools/examples/uno_win.bat b/xmlsecurity/tools/examples/uno_win.bat index 6d1f74ada1f6..119ba7e19511 100644 --- a/xmlsecurity/tools/examples/uno_win.bat +++ b/xmlsecurity/tools/examples/uno_win.bat @@ -2,12 +2,12 @@ call env_win.bat @echo off echo ============================================= -echo step - 1 start OpenOffice +echo step - 1 start LibreOffice echo ============================================= @echo on @echo off -echo please start up OpenOffice with "-accept=socket,host=0,port=2002;urp;" +echo please start up LibreOffice with "--accept=socket,host=0,port=2002;urp;" pause Press Enter when finished... @echo on |