summaryrefslogtreecommitdiff
path: root/java/demo/Ice/session/SessionClient.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-05-02 04:04:39 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-05-02 04:04:39 +0000
commit4c653726d57eb524a75e6edbfc7b645061b80967 (patch)
tree23738fcdb8a03c985600e74de145654fe45d4f45 /java/demo/Ice/session/SessionClient.java
parentadded README. Some minor fixes. (diff)
downloadice-4c653726d57eb524a75e6edbfc7b645061b80967.tar.bz2
ice-4c653726d57eb524a75e6edbfc7b645061b80967.tar.xz
ice-4c653726d57eb524a75e6edbfc7b645061b80967.zip
sync with C++
Diffstat (limited to 'java/demo/Ice/session/SessionClient.java')
-rw-r--r--java/demo/Ice/session/SessionClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/Ice/session/SessionClient.java b/java/demo/Ice/session/SessionClient.java
index ea27837f912..b6fab1f6c32 100644
--- a/java/demo/Ice/session/SessionClient.java
+++ b/java/demo/Ice/session/SessionClient.java
@@ -65,8 +65,8 @@ class SessionClient extends Ice.Application
{
System.out.println(
"usage:\n" +
- "c: create new hello\n" +
- "0-9: greet hello object\n" +
+ "c: create a new per-client hello object\n" +
+ "0-9: send a greeting to a hello object\n" +
"s: shutdown server\n" +
"x: exit\n" +
"t: exit without destroying the session\n" +