summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/README')
-rw-r--r--TAO/examples/Simple/echo/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/echo/README b/TAO/examples/Simple/echo/README
index 019118524b4..3bc896cff08 100644
--- a/TAO/examples/Simple/echo/README
+++ b/TAO/examples/Simple/echo/README
@@ -7,7 +7,7 @@ shuts down the server.
server:
-------
-server [-d] [-o <ior_output_file>] [-n]
+server [-d] [-o <ior_output_file>] [-s]
Options:
-------
@@ -34,7 +34,7 @@ options are ignored.
client:
-------
-client [-d] [-x] [-f <Server_ior_file>] [-k ior] [-n naming service]
+client [-d] [-x] [-f <Server_ior_file>] [-n iterations] [-k ior] [-s]
Options:
-------
@@ -49,7 +49,7 @@ Options:
You can either cut and paste the IOR from the server to the client
(with the -k option), have the client read the IOR from a file using
the -f option (this file is produced using the -o option of the
-server), or use the naming service (with the -n option).
+server), or use the naming service (with the -s option).
run_test.pl:
------------