summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/throughput/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r--cpp/demo/Ice/throughput/Client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp
index 97d03b5f771..cdb0717e4d8 100644
--- a/cpp/demo/Ice/throughput/Client.cpp
+++ b/cpp/demo/Ice/throughput/Client.cpp
@@ -19,9 +19,9 @@ menu()
cout <<
"usage:\n"
"toggle type of data to send\n"
- " 1: byte sequence (default)\n"
- " 2: string { \"hello\" } sequence\n"
- " 3: struct { \"hello\", \"3.14\" } sequence\n"
+ " 1: sequence of bytes (default)\n"
+ " 2: sequence of strings (\"hello\")\n"
+ " 3: sequence of structs with a string (\"hello\") and a double\n"
"select test to run\n"
" t: send sequence as twoway\n"
" o: send sequence as oneway\n"