summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/catior/README')
-rw-r--r--TAO/utils/catior/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/utils/catior/README b/TAO/utils/catior/README
deleted file mode 100644
index eff8a25c227..00000000000
--- a/TAO/utils/catior/README
+++ /dev/null
@@ -1,17 +0,0 @@
-$Id$
-
-CatIOR is a small utility that takes in a stringified IOR and decode
-it, printing out the information contained in it.
-
-Usage
------
-
-catior -f <filename>
-
-Takes in a file which contains the IOR and will then output the
-encoded information to stdout.
-
-There is a sample file in this directory called TaoSimple.IOR that is
-an IOR generated using the example $TAO_ROOT/tests/Simple. You can
-run the "catior" utility against that to see what the output looks
-like.