summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/TAO/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 01:26:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 01:26:32 +0000
commit37646f97340e1305ebf68c24cee2a32a2e7380d8 (patch)
treeb37bb528fd14885870b0352da2e6ad115e21539a /TAO/tests/Cubit/TAO/README
parent1fa06dd404fdf02733f0113ea93bba340424bbd6 (diff)
downloadATCD-37646f97340e1305ebf68c24cee2a32a2e7380d8.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Cubit/TAO/README')
-rw-r--r--TAO/tests/Cubit/TAO/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Cubit/TAO/README b/TAO/tests/Cubit/TAO/README
index c2a09a6aeaf..e7873216362 100644
--- a/TAO/tests/Cubit/TAO/README
+++ b/TAO/tests/Cubit/TAO/README
@@ -4,16 +4,16 @@ How to run the cubit example on UNIX
server:
-------
-svr [-d] -ORBhost <hostname> [-orbport <portnum>]
+% svr [-d] -ORBhost <hostname> [-orbport <portnum>]
-Due to some problems, it is necessary to provide the hostname
-If you don't use -d, the server will not display the IOR it is using
-and so you cannot provide this string to the client. Thus "-d" is
-necessary.
+Using -d turns on debugging messages. It is additive, i.e., the more
+-d options provided, the more debugging you can get. At the moment,
+only 2 levels of debugging are implemented, and more than 2 -d options
+are ignored.
client:
-------
-clnt [-d] -n <iterations> -O <IOR string displayed by server>
+% clnt [-d] -n <iterations> -O <IOR string displayed by server>
Running the Examples