From e47d3049cf181fc408a947a821510bced5675298 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 14 Apr 2005 01:39:51 +0000 Subject: fix. --- cpp/demo/Ice/session/Client.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/demo/Ice/session/Client.cpp') diff --git a/cpp/demo/Ice/session/Client.cpp b/cpp/demo/Ice/session/Client.cpp index eb992793aef..66bf16663c5 100755 --- a/cpp/demo/Ice/session/Client.cpp +++ b/cpp/demo/Ice/session/Client.cpp @@ -73,7 +73,7 @@ menu() cout << "usage:\n" "c: create new hello\n" - "0-9: greeting identified hello object\n" + "0-9: greet hello object\n" "s: shutdown server\n" "x: exit\n" "?: help\n"; @@ -131,7 +131,8 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) } else { - cout << "index is too high. " << hellos.size() << " exist so far." << endl; + cout << "index is too high. " << hellos.size() << " exist so far. " + << "Use 'c' to create a new hello object." << endl; } } else if(c == 'c') -- cgit v1.2.3