diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-12 06:53:29 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-12 06:53:29 +0000 |
commit | b8c7bab47daa48ce55898c78090b29a9fb11de65 (patch) | |
tree | 1580adfcc043491940f1276bab14ddc24ce0fc74 /cpp/demo/Ice/minimal/Client.cpp | |
parent | added README. (diff) | |
download | ice-b8c7bab47daa48ce55898c78090b29a9fb11de65.tar.bz2 ice-b8c7bab47daa48ce55898c78090b29a9fb11de65.tar.xz ice-b8c7bab47daa48ce55898c78090b29a9fb11de65.zip |
fixed text.
Diffstat (limited to 'cpp/demo/Ice/minimal/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/minimal/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/minimal/Client.cpp b/cpp/demo/Ice/minimal/Client.cpp index 6f2e4a966d9..589e7d619f7 100644 --- a/cpp/demo/Ice/minimal/Client.cpp +++ b/cpp/demo/Ice/minimal/Client.cpp @@ -18,7 +18,7 @@ menu() { cout << "usage:\n" - "h: send greeting as twoway\n" + "h: send greeting\n" "x: exit\n" "?: help\n"; } |