summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-06 22:51:12 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-06 22:51:12 +0000
commit92ffa49e45a63b27982c1151ee16ccfc40d7d70b (patch)
treef725873a8d2dc76d1436984d42b0f2b76247438a
parent47cf9e38bacaa773e468bb35b4826e7dc2fb115d (diff)
downloadATCD-92ffa49e45a63b27982c1151ee16ccfc40d7d70b.tar.gz
Naming service option updated.
-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 3bc896cff08..019118524b4 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>] [-s]
+server [-d] [-o <ior_output_file>] [-n]
Options:
-------
@@ -34,7 +34,7 @@ options are ignored.
client:
-------
-client [-d] [-x] [-f <Server_ior_file>] [-n iterations] [-k ior] [-s]
+client [-d] [-x] [-f <Server_ior_file>] [-k ior] [-n naming service]
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 -s option).
+server), or use the naming service (with the -n option).
run_test.pl:
------------