summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-27 00:24:24 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-27 00:24:24 +0000
commit3819403c8e842019add48504bd744f9d585b5a76 (patch)
treede1cf30670ea54a743a8c7abd9d12147f5f7378c
parent1e2b61449a7a8b20c31d87424d04883f584d00cd (diff)
downloadATCD-3819403c8e842019add48504bd744f9d585b5a76.tar.gz
Explains catior
-rw-r--r--TAO/utils/catior/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/utils/catior/README b/TAO/utils/catior/README
new file mode 100644
index 00000000000..2244961d0ac
--- /dev/null
+++ b/TAO/utils/catior/README
@@ -0,0 +1,12 @@
+$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. \ No newline at end of file