summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-02-08 14:15:38 +0000
committerPaul Buetow <paul@buetow.org>2009-02-08 14:15:38 +0000
commit0992cf8c079efd85f6a81117ad40445085d61e30 (patch)
treeb6a74d697c63e3b605d569f2be8952aa88b0524e /README.txt
parent90966728991f04dbb92cd052c734b4aec658e1b6 (diff)
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 5f894db..98ed290 100644
--- a/README.txt
+++ b/README.txt
@@ -35,7 +35,7 @@ computer.
java -jar NetCalendar.jar --server-only
-4. Start the server with
+4. Start the client with
java -jar NetCalendar.jar --client-only \
--server-address=$SERVERHOST
@@ -64,7 +64,7 @@ save them for example into ./SSL.
-Djavax.net.ssl.trustStorePassword=$PASSWORD \
-jar NetCalendar.jar --server-only
-4. Start the server with
+4. Start the client with
java \
-Djavax.net.ssl.keyStore=./SSL/clientKeys \
-Djavax.net.ssl.keyStorePassword=$PASSWORD \