summaryrefslogtreecommitdiffstats
path: root/doc/html/Tools.html
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-26 18:57:09 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-26 18:57:09 (GMT)
commit0dca4208e4bf19c0262d558a6046e165340692d4 (patch)
tree6d6dabb963aeeb2499f712d6c6129b69f6c91179 /doc/html/Tools.html
parentcdbc5e92c2c9a1a3ae239b26e9032678ba2dfc39 (diff)
downloadhdf5-0dca4208e4bf19c0262d558a6046e165340692d4.zip
hdf5-0dca4208e4bf19c0262d558a6046e165340692d4.tar.gz
hdf5-0dca4208e4bf19c0262d558a6046e165340692d4.tar.bz2
[svn-r2293] updated the Tools file. added new entries to the dumper section for the new options
(-v = obj id, -w = # of columns, -xml = XML output) also added opaque to the types that are output
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r--doc/html/Tools.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index d86414c..5acf8d3 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -76,13 +76,17 @@ These tools enable the user to examine HDF5 files interactively.
<dd><code>h5dump
[-h]
[-bb]
- [-header]
+ [-header]
+ [-v]
[-V]
+ [-xml]
[-a </code><em>names</em><code>]
[-d </code><em>names</em><code>]
[-g </code><em>names</em><code>]
[-l </code><em>names</em><code>]
- [-t </code><em>names</em><code>] </code>
+ [-t </code><em>names</em><code>]
+ [-w </code><em>number</em><code>]</code>
+
<em>file</em>
<dt><strong>Purpose:</strong>
<dd>Displays HDF5 file contents.
@@ -136,8 +140,12 @@ These tools enable the user to examine HDF5 files interactively.
<em>(This option is not yet implemented.)</em>
<dt><code>-header</code>
<dd>Displays header information only; no data is displayed.
+ <dt><code>-v</code>
+ <dd>Displays the object ids.
<dt><code>-V</code>
<dd>Displays version information and exits.
+ <dt><code>-xml</code>
+ <dd>Displays the output in XML format.
<dt><code>-a</code> <em>names</em>
<dd>Displays the specified attribute(s).
<dt><code>-d</code> <em>names</em>
@@ -148,6 +156,8 @@ These tools enable the user to examine HDF5 files interactively.
<dd>Displays the values of the specified soft link(s).
<dt><code>-t</code> <em>names</em>
<dd>Displays the specified named data type(s).
+ <dt><code>-w</code> <em>number</em>
+ <dd>Displays the information with the specified number of columns.
<dt><em>file</em>
<dd>The file to be examined.
</dl>
@@ -183,6 +193,7 @@ These tools enable the user to examine HDF5 files interactively.
<li>compound type
<dt>- named, unnamed and transient compound type
<dt>- integer, floating or string type member
+ <li>opaque types
<li>reference type
<dt>- object references
<dt>- data regions